Apache CXF API

Uses of Package
org.apache.cxf.transport

Packages that use org.apache.cxf.transport
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.message   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.policy   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.addressing   
 

Classes in org.apache.cxf.transport used by org.apache.cxf.binding
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.endpoint
Conduit
          A pipe between peers that channels transport-level messages.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationFactory
          Factory for Destinations.
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.interceptor
Conduit
          A pipe between peers that channels transport-level messages.
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.message
Conduit
          A pipe between peers that channels transport-level messages.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
Session
          A Session which can be bound to HTTP, WS-Adddressing, etc.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.phase
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.policy
Conduit
          A pipe between peers that channels transport-level messages.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport
AbstractConduit
          Abstract base class factoring out common Conduit logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.
AbstractDestination
          Abstract base class factoring out common Destination logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.
AbstractObservable
           
Conduit
          A pipe between peers that channels transport-level messages.
ConduitInitiator
          Factory for Conduits.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationFactory
          Factory for Destinations.
DestinationWithEndpoint
          A destination that has a specific endpoint.
MessageObserver
          Observer for incoming messages.
MultiplexDestination
          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
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.ws.addressing
Conduit
          A pipe between peers that channels transport-level messages.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
 


Apache CXF API

Apache CXF