|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.uddi.client.service.UDDIService
weblogic.uddi.client.service.Inquiry
The Inquiry class holds all the inquiry api function.
Field Summary |
Fields inherited from class weblogic.uddi.client.service.UDDIService |
UDDI_APPNAME, UDDI_EXPLORER_APPNAME, URL |
Constructor Summary | |
Inquiry()
|
Method Summary | |
BindingDetail |
findBinding(FindBinding input)
Creates a soap message, using the requested find_binding structure, to make a function call at the remote registry. |
BusinessList |
findBusiness(FindBusiness input)
Creates a soap message, using the requested find_business structure, to make a function call at the remote registry. |
ServiceList |
findService(FindService input)
Creates a soap message, using the requested find_service structure, to make a function call at the remote registry. |
TModelList |
findTModel(FindTModel input)
Creates a soap message, using the requested find_tModel structure, to make a function call at the remote registry. |
BindingDetail |
getBindingDetail(GetBindingDetail input)
Creates a soap message, using the requested get_bindingDetail structure, to make a function call at the remote registry. |
BusinessDetail |
getBusinessDetail(GetBusinessDetail input)
Creates a soap message, using the requested get_businessDetail structure, to make a function call at the remote registry. |
BusinessDetailExt |
getBusinessDetailExt(GetBusinessDetailExt input)
Creates a soap message, using the requested get_businessDetailExt structure, to make a function call at the remote registry. |
ServiceDetail |
getServiceDetail(GetServiceDetail input)
Creates a soap message, using the requested get_serviceDetail structure, to make a function call at the remote registry. |
TModelDetail |
getTModelDetail(GetTModelDetail input)
Creates a soap message, using the requested get_tModelDetail structure, to make a function call at the remote registry. |
Methods inherited from class weblogic.uddi.client.service.UDDIService |
getURL, setURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Inquiry()
Method Detail |
public BindingDetail findBinding(FindBinding input) throws UDDIException, XML_SoapException
input
- the find_binding structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public BusinessList findBusiness(FindBusiness input) throws UDDIException, XML_SoapException
input
- the find_business structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public ServiceList findService(FindService input) throws UDDIException, XML_SoapException
input
- the find_service structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public TModelList findTModel(FindTModel input) throws UDDIException, XML_SoapException
input
- the find_tModel structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public BindingDetail getBindingDetail(GetBindingDetail input) throws UDDIException, XML_SoapException
input
- the get_bindingDetail structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public BusinessDetail getBusinessDetail(GetBusinessDetail input) throws UDDIException, XML_SoapException
input
- the get_businessDetail structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public BusinessDetailExt getBusinessDetailExt(GetBusinessDetailExt input) throws UDDIException, XML_SoapException
input
- the get_businessDetailExt structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public ServiceDetail getServiceDetail(GetServiceDetail input) throws UDDIException, XML_SoapException
input
- the get_serviceDetail structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
public TModelDetail getTModelDetail(GetTModelDetail input) throws UDDIException, XML_SoapException
input
- the get_tModelDetail structure reqested for the function call.
uddi.structures.exception.UDDIException
- error in the function call.
uddi.structures.exception.XML_SoapException
- error in creating and sending of soap message.
UDDIException
XML_SoapException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |