Uses of Class
org.opensaml.ws.soap.client.SOAPClientException

Packages that use SOAPClientException
org.opensaml.ws.soap.client.http   
 

Uses of SOAPClientException in org.opensaml.ws.soap.client.http
 

Methods in org.opensaml.ws.soap.client.http that throw SOAPClientException
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 © 2006-2013 Internet2. All Rights Reserved.