Uses of Class
org.opensaml.soap.client.SOAPClientException
Packages that use SOAPClientException
-
Uses of SOAPClientException in org.opensaml.soap.client.http
Methods in org.opensaml.soap.client.http that throw SOAPClientExceptionModifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpPost
HttpSOAPClient.createPostMethod
(String endpoint, HttpSOAPRequestParameters requestParams, Envelope message) Create the post method used to send the SOAP request.protected org.apache.http.HttpEntity
HttpSOAPClient.createRequestEntity
(Envelope message, Charset charset) Create the request entity that makes up the POST message body.protected void
HttpSOAPClient.evaluateSecurityPolicy
(SOAPClientContext messageContext) Evaluates the security policy associated with the given message context.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.protected Envelope
HttpSOAPClient.unmarshallResponse
(InputStream responseStream) Unmarshall the incoming response from a POST request.