Package | Description |
---|---|
org.opensaml.soap.client |
SOAP client functionality.
|
org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPClientException
Exception indicating an error sending or receiving a SOAP message.
|
class |
SOAPFaultException
Exception indicating a SOAP fault.
|
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 abstract HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> |
AbstractPipelineHttpSOAPClient.newPipeline()
Get a new instance of the
HttpClientMessagePipeline to be processed. |
protected HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> |
PipelineFactoryHttpSOAPClient.newPipeline()
Get a new instance of the
HttpClientMessagePipeline to be processed. |
protected HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> |
PipelineFactoryHttpSOAPClient.newPipeline(String name)
Get a new instance of the
HttpClientMessagePipeline to be processed. |
protected HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> |
AbstractPipelineHttpSOAPClient.resolvePipeline(InOutOperationContext operationContext)
Resolve and return a new instance of the
HttpClientMessagePipeline to be processed. |
protected HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> |
PipelineFactoryHttpSOAPClient.resolvePipeline(InOutOperationContext operationContext)
Resolve and return a new instance of the
HttpClientMessagePipeline to be processed. |
void |
HttpSOAPClient.send(String endpoint,
InOutOperationContext context)
Sends a message and waits for a response.
|
void |
AbstractPipelineHttpSOAPClient.send(String endpoint,
InOutOperationContext operationContext)
Sends a message and waits for a response.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.