protected 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,
org.opensaml.messaging.context.InOutOperationContext context) |
Process a SOAP fault, as determined by an HTTP 500 status code, response.
|
protected void |
HttpSOAPClient.processSuccessfulResponse(org.apache.http.HttpResponse httpResponse,
org.opensaml.messaging.context.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.
|