パッケージ | 説明 |
---|---|
org.opensaml.ws.soap.client.http |
修飾子とタイプ | メソッドと説明 |
---|---|
protected org.apache.commons.httpclient.methods.PostMethod |
HttpSOAPClient.createPostMethod(String endpoint,
HttpSOAPRequestParameters requestParams,
Envelope message)
Creates the post method used to send the SOAP request.
|
protected org.apache.commons.httpclient.methods.RequestEntity |
HttpSOAPClient.createRequestEntity(Envelope message,
Charset charset)
Creates the request entity that makes up the POST message body.
|
protected void |
HttpSOAPClient.evaluateSecurityPolicy(SOAPMessageContext messageContext)
Evaluates the security policy associated with the given message context.
|
protected void |
HttpSOAPClient.processFaultResponse(org.apache.commons.httpclient.methods.PostMethod httpMethod,
SOAPMessageContext messageContext)
Processes a SOAP fault, as determined by an HTTP 500 status code, response.
|
protected void |
HttpSOAPClient.processSuccessfulResponse(org.apache.commons.httpclient.methods.PostMethod httpMethod,
SOAPMessageContext messageContext)
Processes a successful, as determined by an HTTP 200 status code, response.
|
protected Envelope |
HttpSOAPClient.unmarshallResponse(InputStream responseStream)
Unmarshalls the incoming response from a POST request.
|
Copyright © 2012. All Rights Reserved.