Uses of Class
org.uddi.api_v3.TModelList

Packages that use TModelList
org.uddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of TModelList in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return TModelList
 TModelList ObjectFactory.createTModelList()
          Create an instance of TModelList
 

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

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

Uses of TModelList in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as TModelList
protected  TModelList SubscriptionResultsList.tModelList
           
 

Methods in org.uddi.sub_v3 that return TModelList
 TModelList SubscriptionResultsList.getTModelList()
          Gets the value of the tModelList property.
 

Methods in org.uddi.sub_v3 with parameters of type TModelList
 void SubscriptionResultsList.setTModelList(TModelList value)
          Sets the value of the tModelList property.
 

Uses of TModelList in org.uddi.v3_service
 

Methods in org.uddi.v3_service that return TModelList
 TModelList UDDIInquiryPortType.findTModel(FindTModel body)
          The find_tModel API is used to find UDDI tModel elements.
 



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