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.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
 

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
Endpoint
          Represents an endpoint that receives messages.
 

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
          Asynchronous callback object for calls to Client.invoke(ClientCallback, String, Object...) and related functions.
ClientLifeCycleListener
           
ConduitSelector
          Strategy for retrieving a Conduit to mediate an outbound message.
Endpoint
          Represents an endpoint that receives messages.
EndpointResolver
          Implementations of this interface are responsible for mapping between abstract and concrete endpoint references, and/or renewing stale references.
Server
           
ServerLifeCycleListener
           
ServiceContractResolver
          A ServiceContractResolver resolves a service's QName to the URI of the service's WSDL contract.
 

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


Apache CXF API

Apache CXF