Package | Description |
---|---|
org.opensaml.profile.context |
Context classes in support of profile behavior.
|
org.opensaml.soap.client |
SOAP client functionality.
|
org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileRequestContext<InboundMessageType,OutboundMessageType>
Context that holds the ongoing state of a profile request.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPClient.send(String endpoint,
InOutOperationContext context)
Sends a message and waits for a response.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpSOAPClient.processFaultResponse(org.apache.http.HttpResponse httpResponse,
InOutOperationContext context)
Process a SOAP fault, as determined by an HTTP 500 status code, response.
|
protected void |
HttpSOAPClient.processSuccessfulResponse(org.apache.http.HttpResponse httpResponse,
InOutOperationContext context)
Process a successful, as determined by an HTTP 200 status code, response.
|
void |
HttpSOAPClient.send(String endpoint,
InOutOperationContext context)
Sends a message and waits for a response.
|
Copyright © 2019. All rights reserved.