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