org.uddi.v3.wsdl
Interface UDDI_Inquiry_PortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
UDDI_Inquiry_SoapBindingStub

public interface UDDI_Inquiry_PortType
extends java.rmi.Remote


Method Summary
 BindingDetail find_binding(Find_binding body)
           
 BusinessList find_business(Find_business body)
           
 RelatedBusinessesList find_relatedBusinesses(Find_relatedBusinesses body)
           
 ServiceList find_service(Find_service body)
           
 TModelList find_tModel(Find_tModel body)
           
 BindingDetail get_bindingDetail(Get_bindingDetail body)
           
 BusinessDetail get_businessDetail(Get_businessDetail body)
           
 OperationalInfos get_operationalInfo(Get_operationalInfo body)
           
 ServiceDetail get_serviceDetail(Get_serviceDetail body)
           
 TModelDetail get_tModelDetail(Get_tModelDetail body)
           
 

Method Detail

find_binding

BindingDetail find_binding(Find_binding body)
                           throws java.rmi.RemoteException,
                                  DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_business

BusinessList find_business(Find_business body)
                           throws java.rmi.RemoteException,
                                  DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_relatedBusinesses

RelatedBusinessesList find_relatedBusinesses(Find_relatedBusinesses body)
                                             throws java.rmi.RemoteException,
                                                    DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_service

ServiceList find_service(Find_service body)
                         throws java.rmi.RemoteException,
                                DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

find_tModel

TModelList find_tModel(Find_tModel body)
                       throws java.rmi.RemoteException,
                              DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_bindingDetail

BindingDetail get_bindingDetail(Get_bindingDetail body)
                                throws java.rmi.RemoteException,
                                       DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_businessDetail

BusinessDetail get_businessDetail(Get_businessDetail body)
                                  throws java.rmi.RemoteException,
                                         DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_operationalInfo

OperationalInfos get_operationalInfo(Get_operationalInfo body)
                                     throws java.rmi.RemoteException,
                                            DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_serviceDetail

ServiceDetail get_serviceDetail(Get_serviceDetail body)
                                throws java.rmi.RemoteException,
                                       DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport

get_tModelDetail

TModelDetail get_tModelDetail(Get_tModelDetail body)
                              throws java.rmi.RemoteException,
                                     DispositionReport
Throws:
java.rmi.RemoteException
DispositionReport