com.ibm.uddi4j.transport.websphere
Interface Inquire

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

public interface Inquire
extends java.rmi.Remote


Method Summary
 javax.xml.soap.SOAPElement find_binding(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement find_business(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement find_relatedBusinesses(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement find_service(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement find_tModel(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement get_bindingDetail(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement get_businessDetail(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement get_businessDetailExt(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement get_serviceDetail(javax.xml.soap.SOAPElement body)
           
 javax.xml.soap.SOAPElement get_tModelDetail(javax.xml.soap.SOAPElement body)
           
 

Method Detail

find_binding

public javax.xml.soap.SOAPElement find_binding(javax.xml.soap.SOAPElement body)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

find_business

public javax.xml.soap.SOAPElement find_business(javax.xml.soap.SOAPElement body)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

find_relatedBusinesses

public javax.xml.soap.SOAPElement find_relatedBusinesses(javax.xml.soap.SOAPElement body)
                                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

find_service

public javax.xml.soap.SOAPElement find_service(javax.xml.soap.SOAPElement body)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

find_tModel

public javax.xml.soap.SOAPElement find_tModel(javax.xml.soap.SOAPElement body)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get_bindingDetail

public javax.xml.soap.SOAPElement get_bindingDetail(javax.xml.soap.SOAPElement body)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get_businessDetail

public javax.xml.soap.SOAPElement get_businessDetail(javax.xml.soap.SOAPElement body)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get_businessDetailExt

public javax.xml.soap.SOAPElement get_businessDetailExt(javax.xml.soap.SOAPElement body)
                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get_serviceDetail

public javax.xml.soap.SOAPElement get_serviceDetail(javax.xml.soap.SOAPElement body)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

get_tModelDetail

public javax.xml.soap.SOAPElement get_tModelDetail(javax.xml.soap.SOAPElement body)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException