|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.uddi.client.UddiAbstractClient
UddiAbstractClient defines a lightweight client-side interface to send out UDDI request.
| Field Summary |
| Fields inherited from interface oracle.uddi.client.UddiClientMessageConstants |
ERR_CATEGORY_MGMT, ERR_NULL_SOAP_BODY, ERR_UNMARSHALLING |
| Method Summary | |
void |
close()Closes the connection and frees up any dedicated resources. |
SoapTransportLiaison |
getSoapTransportLiaison()Returns the SOAP transport implementation object that was supplied in the constructor. |
org.w3c.dom.Element |
send(org.w3c.dom.Element eltUddiRequest, java.lang.String endPointURL)Sends a low level UDDI request. |
void |
send(UddiElement uddiRequest, java.lang.String endPointURL, UddiElement uddiResponse)Sends a low level UDDI request. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public SoapTransportLiaison getSoapTransportLiaison()
public void send(UddiElement uddiRequest,
java.lang.String endPointURL,
UddiElement uddiResponse)
throws org.apache.soap.SOAPException,
UddiClientException
endPointURL - the URL of the registry which will receive the requestorg.apache.soap.SOAPExceptionUddiClientException
public org.w3c.dom.Element send(org.w3c.dom.Element eltUddiRequest,
java.lang.String endPointURL)
throws org.apache.soap.SOAPException,
UddiClientException
eltUddiRequest - the DOM element representing the XML data for the UDDI requestendPointURL - the URL of the registry which will receive the requestorg.apache.soap.SOAPExceptionUddiClientException
public void close()
throws UddiClientException,
org.apache.soap.SOAPException
UddiClientExceptionorg.apache.soap.SOAPException
|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||