public abstract class IBMSOAPConnection
extends javax.xml.soap.SOAPConnection
SOAPConnection| Constructor and Description |
|---|
IBMSOAPConnection() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.xml.soap.SOAPMessage |
call(javax.xml.soap.SOAPMessage request,
java.lang.Object endpoint,
boolean useLegacyClientEngine)
Sends the given message to the specified endpoint and blocks until it has
returned the response.
|
public abstract javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage request,
java.lang.Object endpoint,
boolean useLegacyClientEngine)
throws javax.xml.soap.SOAPException
request - the SOAPMessage object to be sentendpoint - a URLEndpoint object giving the URL to which
the message should be sentuseLegacyClientEngine - (true) force the use of the old client engine.
(false) use the new JAX-WS/SAAJ 1.3 enabled client engine.SOAPMessage object that is the response to the
message that was sentSOAPException - if there is a SOAP errorjavax.xml.soap.SOAPException