org.uddi.v3_service
Interface UDDIInquiryPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
UDDIInquiryImpl, UDDIInquiryService

public interface UDDIInquiryPortType
extends Remote

This portType defines all of the UDDI inquiry operations. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.5-b03- Generated source version: 2.1


Method Summary
 BindingDetail findBinding(FindBinding body)
           
 BusinessList findBusiness(FindBusiness body)
           
 RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
           
 ServiceList findService(FindService body)
           
 TModelList findTModel(FindTModel body)
           
 BindingDetail getBindingDetail(GetBindingDetail body)
           
 BusinessDetail getBusinessDetail(GetBusinessDetail body)
           
 OperationalInfos getOperationalInfo(GetOperationalInfo body)
           
 ServiceDetail getServiceDetail(GetServiceDetail body)
           
 TModelDetail getTModelDetail(GetTModelDetail body)
           
 

Method Detail

findBinding

BindingDetail findBinding(FindBinding body)
                          throws DispositionReportFaultMessage,
                                 RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.BindingDetail
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

findBusiness

BusinessList findBusiness(FindBusiness body)
                          throws DispositionReportFaultMessage,
                                 RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.BusinessList
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

findRelatedBusinesses

RelatedBusinessesList findRelatedBusinesses(FindRelatedBusinesses body)
                                            throws DispositionReportFaultMessage,
                                                   RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.RelatedBusinessesList
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

findService

ServiceList findService(FindService body)
                        throws DispositionReportFaultMessage,
                               RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.ServiceList
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

findTModel

TModelList findTModel(FindTModel body)
                      throws DispositionReportFaultMessage,
                             RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.TModelList
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getBindingDetail

BindingDetail getBindingDetail(GetBindingDetail body)
                               throws DispositionReportFaultMessage,
                                      RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.BindingDetail
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getBusinessDetail

BusinessDetail getBusinessDetail(GetBusinessDetail body)
                                 throws DispositionReportFaultMessage,
                                        RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.BusinessDetail
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getOperationalInfo

OperationalInfos getOperationalInfo(GetOperationalInfo body)
                                    throws DispositionReportFaultMessage,
                                           RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.OperationalInfos
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getServiceDetail

ServiceDetail getServiceDetail(GetServiceDetail body)
                               throws DispositionReportFaultMessage,
                                      RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.ServiceDetail
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getTModelDetail

TModelDetail getTModelDetail(GetTModelDetail body)
                             throws DispositionReportFaultMessage,
                                    RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.TModelDetail
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException


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