public class SOAPConnectionImpl extends SOAPConnection
| Constructor and Description |
|---|
SOAPConnectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
call(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint and blocks until it has
returned the response.
|
SOAPMessage |
callOneWay(SOAPMessage reqMessage,
Object endpoint)
Sends the given message to the specified endpoint.
|
void |
close()
Closes this SOAPConnection
|
SOAPMessage |
get(Object endpoint)
Sends an HTTP GET request to an endpoint and blocks until a SOAP message is received
|
public SOAPMessage call(SOAPMessage reqMessage, Object endpoint) throws SOAPException
call in class SOAPConnectionSOAPExceptionpublic SOAPMessage get(Object endpoint) throws SOAPException
get in class SOAPConnectionSOAPExceptionpublic SOAPMessage callOneWay(SOAPMessage reqMessage, Object endpoint) throws SOAPException
SOAPExceptionpublic void close()
throws SOAPException
close in class SOAPConnectionSOAPExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.