@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,
InOutOperationContext context)
Sends a message and waits for a response.
|
void send(@Nonnull @NotEmpty String endpoint, @Nonnull InOutOperationContext context) throws SOAPException, org.opensaml.security.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 faultorg.opensaml.security.SecurityException - thrown if the response does not meet any security policy associated with the message
contextCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.