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 Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages. 
org.opensaml.ws.transport.http HTTP transport classes included bindings for Servlets. 
 

Uses of InTransport in org.opensaml.ws.message
 

Fields in org.opensaml.ws.message declared as InTransport
private  InTransport BaseMessageContext.inboundTransport
          Inbound message transport.
 

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

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

Uses of InTransport in org.opensaml.ws.transport
 

Classes in org.opensaml.ws.transport that implement InTransport
 class InputStreamInTransportAdapter
          Adapter that allows a raw InputStream to be used as an InTransport.
 

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 © 1999-2013. All Rights Reserved.