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.binding.coloc   
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.tcp   
org.apache.cxf.clustering   
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.jaxrs.client   
org.apache.cxf.message   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.test   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.policy   
org.apache.cxf.transport.http_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.continuations   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.servlet.servicelist   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.rm   
 

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.binding.coloc
ChainInitiationObserver
           
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.binding.corba
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.
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.binding.corba.runtime
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.binding.object
ChainInitiationObserver
           
DestinationFactory
          Factory for Destinations.
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.binding.soap
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
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.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.binding.soap.tcp
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.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationWithEndpoint
          A destination that has a specific endpoint.
MessageObserver
          Observer for incoming messages.
Observable
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.clustering
Conduit
          A pipe between peers that channels transport-level messages.
 

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.jaxrs.client
Conduit
          A pipe between peers that channels transport-level 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.test
MessageObserver
          Observer for incoming messages.
 

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.
ConduitInitiatorManager
          The ConduitInitiatorManager provides an interface to register and retrieve transport factories.
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationFactory
          Factory for Destinations.
DestinationFactoryManager
          The DestinationFactoryManager provides an interface to register and retrieve transport factories.
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.transport.http
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.
AbstractDestination.AbstractBackChannelConduit
          Backchannel conduit.
AbstractMultiplexDestination
           
AbstractObservable
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
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.
Session
          A Session which can be bound to HTTP, WS-Adddressing, etc.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.http.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.http_jaxws_spi
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.
AbstractMultiplexDestination
           
AbstractObservable
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
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.
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.transport.http_jetty
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.
AbstractMultiplexDestination
           
AbstractObservable
           
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationWithEndpoint
          A destination that has a specific endpoint.
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.transport.jms
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.
AbstractMultiplexDestination
           
AbstractObservable
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
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.transport.jms.continuations
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.local
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
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
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.
Observable
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.servlet
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.
AbstractMultiplexDestination
           
AbstractObservable
           
Destination
          A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
DestinationWithEndpoint
          A destination that has a specific endpoint.
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.transport.servlet.servicelist
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.
 

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.
MessageObserver
          Observer for incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.ws.addressing.soap
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.ws.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.ws.rm
Conduit
          A pipe between peers that channels transport-level messages.
MessageObserver
          Observer for incoming messages.
 


Apache CXF API

Apache CXF