Uses of Class
org.uddi.api_v3.GetServiceDetail

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

Uses of GetServiceDetail in org.uddi.api_v3
 

Methods in org.uddi.api_v3 that return GetServiceDetail
 GetServiceDetail ObjectFactory.createGetServiceDetail()
          Create an instance of GetServiceDetail
 

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

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

Uses of GetServiceDetail in org.uddi.sub_v3
 

Fields in org.uddi.sub_v3 declared as GetServiceDetail
protected  GetServiceDetail SubscriptionFilter.getServiceDetail
           
 

Methods in org.uddi.sub_v3 that return GetServiceDetail
 GetServiceDetail SubscriptionFilter.getGetServiceDetail()
          Gets the value of the getServiceDetail property.
 

Methods in org.uddi.sub_v3 with parameters of type GetServiceDetail
 void SubscriptionFilter.setGetServiceDetail(GetServiceDetail value)
          Sets the value of the getServiceDetail property.
 

Uses of GetServiceDetail in org.uddi.v3_service
 

Methods in org.uddi.v3_service with parameters of type GetServiceDetail
 ServiceDetail UDDIInquiryPortType.getServiceDetail(GetServiceDetail body)
          The get_serviceDetail API call returns the businessService structure corresponding to each of the serviceKey values specified.
 



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