|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOAPMessageContext | |
|---|---|
| org.opensaml.ws.soap.client | |
| org.opensaml.ws.soap.client.http | |
| Uses of SOAPMessageContext in org.opensaml.ws.soap.client |
|---|
| Classes in org.opensaml.ws.soap.client that implement SOAPMessageContext | |
|---|---|
class |
BasicSOAPMessageContext
Basic SOAPMessageContext implementation. |
| Methods in org.opensaml.ws.soap.client with parameters of type SOAPMessageContext | |
|---|---|
void |
SOAPClient.send(String endpoint,
SOAPMessageContext messageContext)
Sends a message and waits for a response. |
| Uses of SOAPMessageContext in org.opensaml.ws.soap.client.http |
|---|
| Methods in org.opensaml.ws.soap.client.http with parameters of type SOAPMessageContext | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||