パッケージ | 説明 |
---|---|
org.opensaml.ws.soap.client | |
org.opensaml.ws.soap.client.http |
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicSOAPMessageContext
Basic
SOAPMessageContext implementation. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SOAPClient.send(String endpoint,
SOAPMessageContext messageContext)
Sends a message and waits for a response.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
void |
HttpSOAPClient.send(String endpoint,
SOAPMessageContext messageContext)
Sends a message and waits for a response.
|
Copyright © 2012. All Rights Reserved.