Uses of Class
org.opensaml.soap.common.SOAPException
Packages that use SOAPException
Package
Description
SOAP client functionality.
SOAP HTTP client functionality.
-
Uses of SOAPException in org.opensaml.soap.client
Subclasses of SOAPException in org.opensaml.soap.clientModifier and TypeClassDescriptionclass
Exception indicating an error sending or receiving a SOAP message.class
Exception indicating a SOAP fault.Methods in org.opensaml.soap.client that throw SOAPExceptionModifier and TypeMethodDescriptionvoid
SOAPClient.send
(String endpoint, InOutOperationContext context) Sends a message and waits for a response. -
Uses of SOAPException in org.opensaml.soap.client.http
Methods in org.opensaml.soap.client.http that throw SOAPExceptionModifier and TypeMethodDescriptionprotected abstract HttpClientMessagePipeline
AbstractPipelineHttpSOAPClient.newPipeline()
Get a new instance of theHttpClientMessagePipeline
to be processed.protected HttpClientMessagePipeline
PipelineFactoryHttpSOAPClient.newPipeline()
Get a new instance of theHttpClientMessagePipeline
to be processed.protected HttpClientMessagePipeline
PipelineFactoryHttpSOAPClient.newPipeline
(String name) Get a new instance of theHttpClientMessagePipeline
to be processed.protected HttpClientMessagePipeline
AbstractPipelineHttpSOAPClient.resolvePipeline
(InOutOperationContext operationContext) Resolve and return a new instance of theHttpClientMessagePipeline
to be processed.protected HttpClientMessagePipeline
PipelineFactoryHttpSOAPClient.resolvePipeline
(InOutOperationContext operationContext) Resolve and return a new instance of theHttpClientMessagePipeline
to be processed.void
AbstractPipelineHttpSOAPClient.send
(String endpoint, InOutOperationContext operationContext) Sends a message and waits for a response.void
HttpSOAPClient.send
(String endpoint, InOutOperationContext context) Sends a message and waits for a response.