Uses of Class
org.uddi.api_v3.BindingTemplates

Packages that use BindingTemplates
org.apache.juddi.mapping   
org.apache.juddi.v3.tck   
org.apache.juddi.validation   
org.uddi.api_v3   
 

Uses of BindingTemplates in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type BindingTemplates
static void MappingApiToModel.mapBindingTemplates(BindingTemplates apiBindingTemplates, List<BindingTemplate> modelBindingTemplateList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapBindingTemplates(List<BindingTemplate> modelBindingTemplateList, BindingTemplates apiBindingTemplates, BusinessService apiBusinessService)
           
 

Uses of BindingTemplates in org.apache.juddi.v3.tck
 

Methods in org.apache.juddi.v3.tck with parameters of type BindingTemplates
static void TckValidator.checkBindingTemplates(BindingTemplates bts1, BindingTemplates bts2)
           
 

Uses of BindingTemplates in org.apache.juddi.validation
 

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

Uses of BindingTemplates in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as BindingTemplates
protected  BindingTemplates BusinessService.bindingTemplates
           
 

Methods in org.uddi.api_v3 that return BindingTemplates
 BindingTemplates ObjectFactory.createBindingTemplates()
          Create an instance of BindingTemplates
 BindingTemplates BusinessService.getBindingTemplates()
          Gets the value of the bindingTemplates property.
 

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

Methods in org.uddi.api_v3 with parameters of type BindingTemplates
 javax.xml.bind.JAXBElement<BindingTemplates> ObjectFactory.createBindingTemplates(BindingTemplates value)
          Create an instance of JAXBElement<BindingTemplates>}
 void BusinessService.setBindingTemplates(BindingTemplates value)
          Sets the value of the bindingTemplates property.
 



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