Uses of Class
org.uddi.api_v3.GetTModelDetail

Packages that use GetTModelDetail
org.apache.juddi.api.impl   
org.apache.juddi.rmi   
org.apache.juddi.v3.client.config   
org.apache.juddi.v3.client.mapping   
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.sub_v3   
org.uddi.v3_service WSDL service definition for UDDI 3.0.2 specification 
 

Uses of GetTModelDetail in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl with parameters of type GetTModelDetail
 TModelDetail UDDIInquiryImpl.getTModelDetail(GetTModelDetail body)
           
 

Uses of GetTModelDetail in org.apache.juddi.rmi
 

Methods in org.apache.juddi.rmi with parameters of type GetTModelDetail
 TModelDetail UDDIInquiryService.getTModelDetail(GetTModelDetail body)
           
 

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

Methods in org.apache.juddi.v3.client.config with parameters of type GetTModelDetail
 TModelDetail UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail)
           
 TModelDetail UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail, Node node)
           
 

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

Methods in org.apache.juddi.v3.client.mapping that return GetTModelDetail
 GetTModelDetail BPEL2UDDI.createFindAllPortTypesForProcess_1(String processKey)
          Find all portTypes used in the given process.
 GetTModelDetail BPEL2UDDI.createFindAllPortTypesForProcess_2(List<String> portTypeTModelKeys)
          Once retrieved, the second call is made to get the tModel registrations for the portTypes with the keys found in the first step.
 

Uses of GetTModelDetail in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type GetTModelDetail
 void ValidateInquiry.validateGetTModelDetail(GetTModelDetail body)
           
 

Uses of GetTModelDetail in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return GetTModelDetail
 GetTModelDetail ObjectFactory.createGetTModelDetail()
          Create an instance of GetTModelDetail
 

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

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

Uses of GetTModelDetail in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as GetTModelDetail
protected  GetTModelDetail SubscriptionFilter.getTModelDetail
           
 

Methods in org.uddi.sub_v3 that return GetTModelDetail
 GetTModelDetail SubscriptionFilter.getGetTModelDetail()
          Gets the value of the getTModelDetail property.
 

Methods in org.uddi.sub_v3 with parameters of type GetTModelDetail
 void SubscriptionFilter.setGetTModelDetail(GetTModelDetail value)
          Sets the value of the getTModelDetail property.
 

Uses of GetTModelDetail in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type GetTModelDetail
 TModelDetail UDDIInquiryPortType.getTModelDetail(GetTModelDetail body)
          The get_tModelDetail API call returns the tModel structure, corresponding to each of the tModelKey values specified.
 



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