Uses of Class
org.uddi.api_v3.FindBinding

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

Uses of FindBinding in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return FindBinding
 FindBinding ObjectFactory.createFindBinding()
          Create an instance of FindBinding
 

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

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

Uses of FindBinding in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as FindBinding
protected  FindBinding SubscriptionFilter.findBinding
           
 

Methods in org.uddi.sub_v3 that return FindBinding
 FindBinding SubscriptionFilter.getFindBinding()
          Gets the value of the findBinding property.
 

Methods in org.uddi.sub_v3 with parameters of type FindBinding
 void SubscriptionFilter.setFindBinding(FindBinding value)
          Sets the value of the findBinding property.
 

Uses of FindBinding in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type FindBinding
 BindingDetail UDDIInquiryPortType.findBinding(FindBinding body)
          The find_binding API is used to find UDDI bindingTemplate elements.
 



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