Uses of Class
org.opensaml.soap.common.SOAPException
-
Packages that use SOAPException Package Description org.opensaml.soap.client SOAP client functionality.org.opensaml.soap.client.http SOAP HTTP client functionality. -
-
Uses of SOAPException in org.opensaml.soap.client
Subclasses of SOAPException in org.opensaml.soap.client Modifier and Type Class Description classSOAPClientExceptionException indicating an error sending or receiving a SOAP message.classSOAPFaultExceptionException indicating a SOAP fault.Methods in org.opensaml.soap.client that throw SOAPException Modifier and Type Method Description voidSOAPClient. 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 SOAPException Modifier and Type Method Description protected 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)Sends a message and waits for a response.
-