Uses of Class
org.uddi.api_v3.FindBusiness

Packages that use FindBusiness
org.uddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of FindBusiness in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return FindBusiness
 FindBusiness ObjectFactory.createFindBusiness()
          Create an instance of FindBusiness
 

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

Methods in org.uddi.api_v3 with parameters of type FindBusiness
 javax.xml.bind.JAXBElement<FindBusiness> ObjectFactory.createFindBusiness(FindBusiness value)
          Create an instance of JAXBElement<FindBusiness>}
 

Uses of FindBusiness in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as FindBusiness
protected  FindBusiness SubscriptionFilter.findBusiness
           
 

Methods in org.uddi.sub_v3 that return FindBusiness
 FindBusiness SubscriptionFilter.getFindBusiness()
          Gets the value of the findBusiness property.
 

Methods in org.uddi.sub_v3 with parameters of type FindBusiness
 void SubscriptionFilter.setFindBusiness(FindBusiness value)
          Sets the value of the findBusiness property.
 

Uses of FindBusiness in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type FindBusiness
 BusinessList UDDIInquiryPortType.findBusiness(FindBusiness body)
          The find_business API is used to find UDDI businessEntity elements.
 



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