@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,
org.opensaml.messaging.context.InOutOperationContext context)
Sends a message and waits for a response.
|
void send(@Nonnull @NotEmpty String endpoint, @Nonnull org.opensaml.messaging.context.InOutOperationContext context) throws SOAPException, SecurityException
endpoint
- the endpoint to which to send the messagecontext
- the operation context containing the outbound SOAP messageSOAPException
- 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
contextCopyright © 2016 JBoss by Red Hat. All rights reserved.