|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.soap.SOAPConnection
com.ibm.websphere.webservices.soap.IBMSOAPConnection
public abstract class IBMSOAPConnection
This is a marker interface. IBM value-add methods may be added to this class in the future.
SOAPConnection
Constructor Summary | |
---|---|
IBMSOAPConnection()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.xml.soap.SOAPConnection |
---|
call, close, get |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IBMSOAPConnection()
Method Detail |
---|
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 sent
SOAPException
- if there is a SOAP error
javax.xml.soap.SOAPException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |