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.HttpPostHttpSOAPClient.createPostMethod(String endpoint, HttpSOAPRequestParameters requestParams, Envelope message) Create the post method used to send the SOAP request.protected org.apache.http.HttpEntityHttpSOAPClient.createRequestEntity(Envelope message, Charset charset) Create the request entity that makes up the POST message body.protected voidHttpSOAPClient.evaluateSecurityPolicy(SOAPClientContext messageContext) Evaluates the security policy associated with the given message context.protected voidHttpSOAPClient.processFaultResponse(org.apache.http.HttpResponse httpResponse, InOutOperationContext context) Process a SOAP fault, as determined by an HTTP 500 status code, response.protected voidHttpSOAPClient.processSuccessfulResponse(org.apache.http.HttpResponse httpResponse, InOutOperationContext context) Process a successful, as determined by an HTTP 200 status code, response.protected EnvelopeHttpSOAPClient.unmarshallResponse(InputStream responseStream) Unmarshall the incoming response from a POST request.