Uses of Class
org.uddi.api_v3.BindingTemplate

Packages that use BindingTemplate
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of BindingTemplate in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type BindingTemplate
protected  List<BindingTemplate> SaveBinding.bindingTemplate
           
protected  List<BindingTemplate> BindingTemplates.bindingTemplate
           
protected  List<BindingTemplate> BindingDetail.bindingTemplate
           
 

Methods in org.uddi.api_v3 that return BindingTemplate
 BindingTemplate ObjectFactory.createBindingTemplate()
          Create an instance of BindingTemplate
 

Methods in org.uddi.api_v3 that return types with arguments of type BindingTemplate
 javax.xml.bind.JAXBElement<BindingTemplate> ObjectFactory.createBindingTemplate(BindingTemplate value)
          Create an instance of JAXBElement<BindingTemplate>}
 List<BindingTemplate> SaveBinding.getBindingTemplate()
          Gets the value of the bindingTemplate property.
 List<BindingTemplate> BindingTemplates.getBindingTemplate()
          Gets the value of the bindingTemplate property.
 List<BindingTemplate> BindingDetail.getBindingTemplate()
          Gets the value of the bindingTemplate property.
 

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

Uses of BindingTemplate in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as BindingTemplate
protected  BindingTemplate ChangeRecordNewData.bindingTemplate
           
 

Methods in org.uddi.repl_v3 that return BindingTemplate
 BindingTemplate ChangeRecordNewData.getBindingTemplate()
          Gets the value of the bindingTemplate property.
 

Methods in org.uddi.repl_v3 with parameters of type BindingTemplate
 void ChangeRecordNewData.setBindingTemplate(BindingTemplate value)
          Sets the value of the bindingTemplate property.
 

Uses of BindingTemplate in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type BindingTemplate
protected  List<BindingTemplate> ValidateValues.bindingTemplate
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type BindingTemplate
 List<BindingTemplate> ValidateValues.getBindingTemplate()
          Gets the value of the bindingTemplate property.
 



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