Apache CXF API

Uses of Package
org.apache.cxf.transport

Packages that use org.apache.cxf.transport
org.apache.cxf.binding   
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.bus.managers   
org.apache.cxf.clustering   
org.apache.cxf.endpoint   
org.apache.cxf.interceptor   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.message   
org.apache.cxf.phase   
org.apache.cxf.policy   
org.apache.cxf.transport   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
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.transport.udp   
org.apache.cxf.transport.websocket   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.impl   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.soap   
 

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.bus.managers
ConduitInitiator
          Factory for Conduits.
ConduitInitiatorManager
          The ConduitInitiatorManager provides an interface to register and retrieve transport factories.
DestinationFactory
          Factory for Destinations.
DestinationFactoryManager
          The DestinationFactoryManager provides an interface to register and retrieve transport factories.
 

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.
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.
 

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
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.jaxrs.client
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.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.
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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.asyncclient
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.
AbstractObservable
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
Conduit
          A pipe between peers that channels transport-level messages.
ConduitInitiator
          Factory for Conduits.
Observable
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.http.netty.client
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.
AbstractObservable
           
AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
Conduit
          A pipe between peers that channels transport-level messages.
ConduitInitiator
          Factory for Conduits.
Observable
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.http.netty.server
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
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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.
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
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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.transport.udp
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.websocket
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.transport.websocket.ahc
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.
AbstractObservable
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
Conduit
          A pipe between peers that channels transport-level messages.
Observable
          Allows Observers to register for notification on incoming messages.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.transport.websocket.atmosphere
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
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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.websocket.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
           
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
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.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.
 

Classes in org.apache.cxf.transport used by org.apache.cxf.ws.addressing.impl
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
Assertor
          API used in the to allow a message exchange participant to assert its capabilities for the underlying 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.
 

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.
 

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


Apache CXF API

Apache CXF