Uses of Class
org.uddi.api_v3.TModel

Packages that use TModel
org.apache.juddi.config   
org.apache.juddi.mapping   
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 TModel in org.apache.juddi.config
 

Methods in org.apache.juddi.config with parameters of type TModel
protected static String Install.getRootPartition(TModel rootTModelKeyGen)
           
 

Uses of TModel in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type TModel
static void MappingModelToApi.mapOverviewDocs(List<OverviewDoc> modelOverviewDocs, InstanceDetails apiInstanceDetails, TModel apiTModel)
           
static void MappingModelToApi.mapTModel(Tmodel modelTModel, TModel apiTModel)
           
static void MappingApiToModel.mapTModel(TModel apiTModel, Tmodel modelTModel)
           
static void MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList, IdentifierBag apiIdentifierBag, TModel apiTModel)
           
 

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

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

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

Methods in org.apache.juddi.v3.client.mapping that return TModel
 TModel BPEL2UDDI.createBPEL4WSProcessTModel(QName serviceName, String targetNamespace, Map<QName,javax.wsdl.PortType> portTypes, String bpelOverviewURL)
          BPEL4WS abstract processes are published as separate UDDI tModels.
 

Methods in org.apache.juddi.v3.client.mapping that return types with arguments of type TModel
 Set<TModel> WSDL2UDDI.createWSDLBindingTModels(String wsdlURL, Map<QName,javax.wsdl.Binding> bindings)
          2.4.2 wsdl:binding -> uddi:tModel
 Set<TModel> BPEL2UDDI.createWSDLBindingTModels(String wsdlURL, Map<QName,javax.wsdl.Binding> bindings)
           
 Set<TModel> WSDL2UDDI.createWSDLPortTypeTModels(String wsdlURL, Map<QName,javax.wsdl.PortType> portTypes)
          2.4.1 wsdl:portType -> uddi:tModel
 Set<TModel> BPEL2UDDI.createWSDLPortTypeTModels(String wsdlURL, Map<QName,javax.wsdl.PortType> portTypes)
           
 

Uses of TModel in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type TModel
 void ValidatePublish.validateTModel(javax.persistence.EntityManager em, TModel tModel, org.apache.commons.configuration.Configuration config)
           
static void ValidateUDDIKey.validateUDDIv3KeyGeneratorTModel(TModel tModel)
           
 

Uses of TModel in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type TModel
protected  List<TModel> TModelDetail.tModel
           
protected  List<TModel> SaveTModel.tModel
           
 

Methods in org.uddi.api_v3 that return TModel
 TModel ObjectFactory.createTModel()
          Create an instance of TModel
 

Methods in org.uddi.api_v3 that return types with arguments of type TModel
 javax.xml.bind.JAXBElement<TModel> ObjectFactory.createTModel(TModel value)
          Create an instance of JAXBElement<TModel>}
 List<TModel> TModelDetail.getTModel()
          Gets the value of the tModel property.
 List<TModel> SaveTModel.getTModel()
          Gets the value of the tModel property.
 

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

Uses of TModel in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as TModel
protected  TModel ChangeRecordNewData.tModel
           
 

Methods in org.uddi.repl_v3 that return TModel
 TModel ChangeRecordNewData.getTModel()
          Gets the value of the tModel property.
 

Methods in org.uddi.repl_v3 with parameters of type TModel
 void ChangeRecordNewData.setTModel(TModel value)
          Sets the value of the tModel property.
 

Uses of TModel in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type TModel
protected  List<TModel> ValidateValues.tModel
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type TModel
 List<TModel> ValidateValues.getTModel()
          Gets the value of the tModel property.
 



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