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

Packages that use HTTPOutTransport
org.opensaml.ws.transport.http HTTP transport classes included bindings for Servlets. 
 

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, java.lang.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-2011 Internet2. All Rights Reserved.