Uses of Interface
org.opensaml.ws.transport.http.HTTPOutTransport

Packages that use HTTPOutTransport
org.opensaml.ws.soap.client Transport-independent SOAP client. 
org.opensaml.ws.transport.http HTTP transport classes included bindings for Servlets. 
 

Uses of HTTPOutTransport in org.opensaml.ws.soap.client
 

Classes in org.opensaml.ws.soap.client that implement HTTPOutTransport
protected  class HTTPSOAPTransport.PostMethodHttpOutTransport
          Adapts an Apache Commons HTTPClient PostMethod into an HTTPOutTransport.
 

Uses of HTTPOutTransport in org.opensaml.ws.transport.http
 

Classes in org.opensaml.ws.transport.http that implement HTTPOutTransport
 class HttpServletResponseAdapter
          Adapts an HttpServletResponse to an HTTPOutTransport.
 

Methods in org.opensaml.ws.transport.http with parameters of type HTTPOutTransport
static void HTTPTransportUtils.addNoCacheHeaders(HTTPOutTransport transport)
          Adds Cache-Control and Pragma headers meant to disable caching.
static void HTTPTransportUtils.setContentType(HTTPOutTransport transport, String contentType)
          Sets the MIME content type of the transport.
static void HTTPTransportUtils.setUTF8Encoding(HTTPOutTransport transport)
          Sets the character encoding of the transport to UTF-8.
 



Copyright © 2006-2008 Internet2. All Rights Reserved.