Uses of Interface
org.opensaml.ws.transport.InTransport

Packages that use InTransport
org.opensaml.ws.message Objects related to messages received and sent by web services. 
org.opensaml.ws.transport.http HTTP transport classes included bindings for Servlets. 
 

Uses of InTransport in org.opensaml.ws.message
 

Methods in org.opensaml.ws.message that return InTransport
 InTransport MessageContext.getInboundMessageTransport()
          Gets the transport used to receive the message.
 InTransport BaseMessageContext.getInboundMessageTransport()
          Gets the transport used to receive the message.
 

Methods in org.opensaml.ws.message with parameters of type InTransport
 void MessageContext.setInboundMessageTransport(InTransport transport)
          Sets the transport used to used to receive the message.
 void BaseMessageContext.setInboundMessageTransport(InTransport transport)
          Sets the transport used to used to receive the message.
 

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

Subinterfaces of InTransport in org.opensaml.ws.transport.http
 interface HTTPInTransport
          HTTP-based inbound transport.
 

Classes in org.opensaml.ws.transport.http that implement InTransport
 class HttpServletRequestAdapter
          Adapts an HttpServletRequest to an HTTPInTransport.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.