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 TypeClassDescriptionclassException indicating an error sending or receiving a SOAP message.classException indicating a SOAP fault.Methods in org.opensaml.soap.client that throw SOAPExceptionModifier and TypeMethodDescriptionvoidSOAPClient.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 HttpClientMessagePipelineAbstractPipelineHttpSOAPClient.newPipeline()Get a new instance of theHttpClientMessagePipelineto be processed.protected HttpClientMessagePipelinePipelineFactoryHttpSOAPClient.newPipeline()Get a new instance of theHttpClientMessagePipelineto be processed.protected HttpClientMessagePipelinePipelineFactoryHttpSOAPClient.newPipeline(String name) Get a new instance of theHttpClientMessagePipelineto be processed.protected HttpClientMessagePipelineAbstractPipelineHttpSOAPClient.resolvePipeline(InOutOperationContext operationContext) Resolve and return a new instance of theHttpClientMessagePipelineto be processed.protected HttpClientMessagePipelinePipelineFactoryHttpSOAPClient.resolvePipeline(InOutOperationContext operationContext) Resolve and return a new instance of theHttpClientMessagePipelineto be processed.voidAbstractPipelineHttpSOAPClient.send(String endpoint, InOutOperationContext operationContext) Sends a message and waits for a response.voidHttpSOAPClient.send(String endpoint, InOutOperationContext context) Deprecated.Sends a message and waits for a response.