@ThreadSafe
public interface SOAPClient
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SOAPClient.SOAPRequestParameters
Marker interface for binding/transport request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
send(String endpoint,
SOAPMessageContext messageContext)
Sends a message and waits for a response.
|
void send(String endpoint, SOAPMessageContext messageContext) throws SOAPException, SecurityException
endpoint - the endpoint to which to send the messagemessageContext - the message context containing the outbound SOAP messageSOAPClientException - thrown if there is a problem sending the message or receiving the response or if the
response is a SOAP faultSecurityException - thrown if the response does not meet any security policy associated with the message
contextSOAPExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.