Uses of Class
org.uddi.api_v3.TModelInstanceDetails

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

Uses of TModelInstanceDetails in org.apache.juddi.mapping
 

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

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

Methods in org.apache.juddi.v3.tck with parameters of type TModelInstanceDetails
static void TckValidator.checkTModelInstanceDetails(TModelInstanceDetails tmds1, TModelInstanceDetails tmds2)
           
 

Uses of TModelInstanceDetails in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type TModelInstanceDetails
 void ValidatePublish.validateTModelInstanceDetails(TModelInstanceDetails tmodelInstDetails, org.apache.commons.configuration.Configuration config)
           
 

Uses of TModelInstanceDetails in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as TModelInstanceDetails
protected  TModelInstanceDetails BindingTemplate.tModelInstanceDetails
           
 

Methods in org.uddi.api_v3 that return TModelInstanceDetails
 TModelInstanceDetails ObjectFactory.createTModelInstanceDetails()
          Create an instance of TModelInstanceDetails
 TModelInstanceDetails BindingTemplate.getTModelInstanceDetails()
          Gets the value of the tModelInstanceDetails property.
 

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

Methods in org.uddi.api_v3 with parameters of type TModelInstanceDetails
 javax.xml.bind.JAXBElement<TModelInstanceDetails> ObjectFactory.createTModelInstanceDetails(TModelInstanceDetails value)
          Create an instance of JAXBElement<TModelInstanceDetails>}
 void BindingTemplate.setTModelInstanceDetails(TModelInstanceDetails value)
          Sets the value of the tModelInstanceDetails property.
 



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