com.ibm.uddi4j.transport.websphere
Class InquireSoapStub

java.lang.Object
  extended bycom.ibm.ws.webservices.engine.client.Stub
      extended bycom.ibm.uddi4j.transport.websphere.InquireSoapStub
All Implemented Interfaces:
Inquire, java.rmi.Remote, javax.xml.rpc.Stub

public class InquireSoapStub
extends com.ibm.ws.webservices.engine.client.Stub
implements Inquire


Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
InquireSoapStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
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)
           
 
Methods inherited from class com.ibm.ws.webservices.engine.client.Stub
_getProperty, _getPropertyNames, _setProperty, getPassword, getPortName, getTimeout, getUsername, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername, validateTransportPropertiesHashMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

InquireSoapStub

public InquireSoapStub(java.net.URL endpointURL,
                       javax.xml.rpc.Service service)
                throws com.ibm.ws.webservices.engine.WebServicesFault
Method Detail

find_binding

public javax.xml.soap.SOAPElement find_binding(javax.xml.soap.SOAPElement body)
                                        throws java.rmi.RemoteException
Specified by:
find_binding in interface Inquire
Throws:
java.rmi.RemoteException

find_business

public javax.xml.soap.SOAPElement find_business(javax.xml.soap.SOAPElement body)
                                         throws java.rmi.RemoteException
Specified by:
find_business in interface Inquire
Throws:
java.rmi.RemoteException

find_relatedBusinesses

public javax.xml.soap.SOAPElement find_relatedBusinesses(javax.xml.soap.SOAPElement body)
                                                  throws java.rmi.RemoteException
Specified by:
find_relatedBusinesses in interface Inquire
Throws:
java.rmi.RemoteException

find_service

public javax.xml.soap.SOAPElement find_service(javax.xml.soap.SOAPElement body)
                                        throws java.rmi.RemoteException
Specified by:
find_service in interface Inquire
Throws:
java.rmi.RemoteException

find_tModel

public javax.xml.soap.SOAPElement find_tModel(javax.xml.soap.SOAPElement body)
                                       throws java.rmi.RemoteException
Specified by:
find_tModel in interface Inquire
Throws:
java.rmi.RemoteException

get_bindingDetail

public javax.xml.soap.SOAPElement get_bindingDetail(javax.xml.soap.SOAPElement body)
                                             throws java.rmi.RemoteException
Specified by:
get_bindingDetail in interface Inquire
Throws:
java.rmi.RemoteException

get_businessDetail

public javax.xml.soap.SOAPElement get_businessDetail(javax.xml.soap.SOAPElement body)
                                              throws java.rmi.RemoteException
Specified by:
get_businessDetail in interface Inquire
Throws:
java.rmi.RemoteException

get_businessDetailExt

public javax.xml.soap.SOAPElement get_businessDetailExt(javax.xml.soap.SOAPElement body)
                                                 throws java.rmi.RemoteException
Specified by:
get_businessDetailExt in interface Inquire
Throws:
java.rmi.RemoteException

get_serviceDetail

public javax.xml.soap.SOAPElement get_serviceDetail(javax.xml.soap.SOAPElement body)
                                             throws java.rmi.RemoteException
Specified by:
get_serviceDetail in interface Inquire
Throws:
java.rmi.RemoteException

get_tModelDetail

public javax.xml.soap.SOAPElement get_tModelDetail(javax.xml.soap.SOAPElement body)
                                            throws java.rmi.RemoteException
Specified by:
get_tModelDetail in interface Inquire
Throws:
java.rmi.RemoteException