Uses of Class
org.uddi.api_v3.BindingTemplate

Packages that use BindingTemplate
org.apache.juddi.mapping   
org.apache.juddi.v3.annotations   
org.apache.juddi.v3.client.config   
org.apache.juddi.v3.client.mapping   
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of BindingTemplate in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type BindingTemplate
static void MappingModelToApi.mapBindingTemplate(BindingTemplate modelBindingTemplate, BindingTemplate apiBindingTemplate)
           
static void MappingApiToModel.mapBindingTemplate(BindingTemplate apiBindingTemplate, BindingTemplate modelBindingTemplate, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapTModelInstanceDetails(List<TmodelInstanceInfo> modelTModelInstInfoList, TModelInstanceDetails apiTModelInstDetails, BindingTemplate apiBindingTemplate)
           
 

Uses of BindingTemplate in org.apache.juddi.v3.annotations
 

Methods in org.apache.juddi.v3.annotations that return BindingTemplate
protected  BindingTemplate AnnotationProcessor.parseServiceBinding(Class<?> classWithAnnotations, String lang, javax.jws.WebService webServiceAnnotation, Properties properties)
           
 

Uses of BindingTemplate in org.apache.juddi.v3.client.config
 

Methods in org.apache.juddi.v3.client.config that return BindingTemplate
 BindingTemplate UDDIClerk.findServiceBinding(String bindingKey)
           
 BindingTemplate UDDIClerk.findServiceBinding(String bindingKey, Node node)
           
 BindingTemplate UDDIClerk.register(BindingTemplate binding)
          Register a BindingTemplate, using the node of current clerk ('this').
 BindingTemplate UDDIClerk.register(BindingTemplate binding, Node node)
          Register a BindingTemplate.
 

Methods in org.apache.juddi.v3.client.config with parameters of type BindingTemplate
 BindingTemplate UDDIClerk.register(BindingTemplate binding)
          Register a BindingTemplate, using the node of current clerk ('this').
 BindingTemplate UDDIClerk.register(BindingTemplate binding, Node node)
          Register a BindingTemplate.
 

Uses of BindingTemplate in org.apache.juddi.v3.client.mapping
 

Methods in org.apache.juddi.v3.client.mapping that return BindingTemplate
 BindingTemplate BPEL2UDDI.createBPELBinding(QName serviceName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
           
protected  BindingTemplate WSDL2UDDI.createWSDLBinding(QName serviceQName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
           
 BindingTemplate BPEL2UDDI.register(QName serviceName, String portName, URL serviceUrl, javax.wsdl.Definition wsdlDefinition)
          1.
 

Uses of BindingTemplate in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type BindingTemplate
 void ValidatePublish.validateBindingTemplate(javax.persistence.EntityManager em, BindingTemplate bindingTemplate, BusinessService parent, org.apache.commons.configuration.Configuration config)
           
 

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.