org.apache.cxf.transport |
Transport related classes.
|
Java Source File Name | Type | Comment |
Conduit.java | Interface | A pipe between peers that channels transport-level messages.
A Conduit channels messages to a single destination, though
this destination may fan-out to multiple receivers (for example a JMS topic).
A Conduit may have a back-channel, on which transport-level responses
are received. |
ConduitInitiator.java | Interface | Factory for Conduits. |
ConduitInitiatorManager.java | Interface | The ConduitInitiatorManager provides an interface to register and retrieve
transport factories. |
Destination.java | Interface | A Destination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers. |
DestinationFactory.java | Interface | Factory for Destinations. |
DestinationFactoryManager.java | Interface | The DestinationFactoryManager provides an interface to register and retrieve
transport factories. |
MessageObserver.java | Interface | Observer for incoming messages. |
MultiplexDestination.java | Interface | A MultiplexDestination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers for multiple targets
identified by a unique id. |
Observable.java | Interface | Allows Observers to register for notification on incoming messages. |
Session.java | Interface | A Session which can be bound to HTTP, WS-Adddressing, etc. |