Apache CXF API

Uses of Package
org.apache.cxf.endpoint

Packages that use org.apache.cxf.endpoint
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.frontend   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.spring   
org.apache.cxf.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.test   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.https   
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.binding
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.clustering
AbstractConduitSelector
          Abstract base class holding logic common to any ConduitSelector that retreives a Conduit from the ConduitInitiator.
Client
           
ConduitSelector
          Strategy for retreiving a Conduit to mediate an outbound message.
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.databinding.stax
Client
           
Server
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.endpoint
AbstractConduitSelector
          Abstract base class holding logic common to any ConduitSelector that retreives a Conduit from the ConduitInitiator.
Client
           
ClientCallback
           
ClientImpl.EchoContext
           
ClientLifeCycleListener
           
ClientLifeCycleManager
           
ConduitSelector
          Strategy for retreiving a Conduit to mediate an outbound message.
Endpoint
          Represents an endpoint that receives messages.
EndpointException
           
EndpointImpl
           
EndpointImplFactory
          This interface defines an object that can create EndpointImpl objects.
EndpointResolver
          Implementations of this interface are responsible for mapping between abstract and concrete endpoint references, and/or renewing stale references.
EndpointResolverRegistry
          Implementations of this interface are responsible for mediating access to registered EndpointResolvers, which themselves map between abstract and concrete endpoint references, and/or facilitate renewal of stale references.
Retryable
          Implemented by Clients that are willing to accept retried invocations.
Server
           
ServerLifeCycleListener
           
ServerLifeCycleManager
           
ServerRegistry
           
ServiceContractResolver
          A ServiceContractResolver resolves a service's QName to the URI of the service's WSDL contract.
ServiceContractResolverRegistry
          A registry for maintaining a collection of contract resolvers.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.feature
Client
           
Server
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.frontend
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.interceptor
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.jaxrs
AbstractEndpointFactory
           
Endpoint
          Represents an endpoint that receives messages.
EndpointException
           
Server
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.jaxrs.client
AbstractEndpointFactory
           
ConduitSelector
          Strategy for retreiving a Conduit to mediate an outbound message.
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.jaxrs.spring
AbstractEndpointFactory
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.message
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.service
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.test
Server
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.transport
Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.transport.http_jetty
ContextInspector
           
 

Classes in org.apache.cxf.endpoint used by org.apache.cxf.transport.https
Client
           
Server
           
 


Apache CXF API

Apache CXF