@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, org.opensaml.xml.security.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 faultorg.opensaml.xml.security.SecurityException
- thrown if the response does not meet any security policy associated with the message
contextSOAPException
Copyright © 2015. All rights reserved.