Uses of Class
org.uddi.api_v3.ErrInfo

Packages that use ErrInfo
org.uddi.api_v3   
 

Uses of ErrInfo in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as ErrInfo
protected  ErrInfo Result.errInfo
           
 

Methods in org.uddi.api_v3 that return ErrInfo
 ErrInfo ObjectFactory.createErrInfo()
          Create an instance of ErrInfo
 ErrInfo Result.getErrInfo()
          Gets the value of the errInfo property.
 

Methods in org.uddi.api_v3 that return types with arguments of type ErrInfo
 javax.xml.bind.JAXBElement<ErrInfo> ObjectFactory.createErrInfo(ErrInfo value)
          Create an instance of JAXBElement<ErrInfo>}
 

Methods in org.uddi.api_v3 with parameters of type ErrInfo
 javax.xml.bind.JAXBElement<ErrInfo> ObjectFactory.createErrInfo(ErrInfo value)
          Create an instance of JAXBElement<ErrInfo>}
 void Result.setErrInfo(ErrInfo value)
          Sets the value of the errInfo property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.