|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |