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 SOAPConnection
SOAPException
public SOAPMessage get(Object endpoint) throws SOAPException
get
in class SOAPConnection
SOAPException
public SOAPMessage callOneWay(SOAPMessage reqMessage, Object endpoint) throws SOAPException
SOAPException
public void close() throws SOAPException
close
in class SOAPConnection
SOAPException
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.