Apache CXF API

Uses of Interface
org.apache.cxf.endpoint.Endpoint

Packages that use 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.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
 

Uses of Endpoint in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type Endpoint
 void BindingFactory.addListener(Destination d, Endpoint e)
          Set the destination's message observer which is created by using the endpoint to listen the incoming message
 

Uses of Endpoint in org.apache.cxf.clustering
 

Methods in org.apache.cxf.clustering that return Endpoint
 Endpoint FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
          Select one of the alternate endpoints for a retried invocation.
 

Methods in org.apache.cxf.clustering that return types with arguments of type Endpoint
 List<Endpoint> FailoverStrategy.getAlternateEndpoints(Exchange exchange)
          Get the alternate endpoints for this invocation.
 

Method parameters in org.apache.cxf.clustering with type arguments of type Endpoint
 Endpoint FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
          Select one of the alternate endpoints for a retried invocation.
 

Uses of Endpoint in org.apache.cxf.endpoint
 

Fields in org.apache.cxf.endpoint declared as Endpoint
protected  Endpoint AbstractConduitSelector.endpoint
           
 

Methods in org.apache.cxf.endpoint that return Endpoint
 Endpoint ConduitSelector.getEndpoint()
           
 Endpoint Client.getEndpoint()
           
 Endpoint NullConduitSelector.getEndpoint()
           
 Endpoint Server.getEndpoint()
           
 Endpoint AbstractConduitSelector.getEndpoint()
           
 Endpoint PreexistingConduitSelector.getEndpoint()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Endpoint
 void ConduitSelector.setEndpoint(Endpoint endpoint)
           
 void NullConduitSelector.setEndpoint(Endpoint ep)
           
 void AbstractConduitSelector.setEndpoint(Endpoint ep)
           
 void PreexistingConduitSelector.setEndpoint(Endpoint ep)
           
 

Constructors in org.apache.cxf.endpoint with parameters of type Endpoint
PreexistingConduitSelector(Conduit c, Endpoint e)
          Constructor.
 

Uses of Endpoint in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Endpoint
 Endpoint Exchange.getEndpoint()
           
 Endpoint ExchangeImpl.getEndpoint()
           
 

Uses of Endpoint in org.apache.cxf.service
 

Methods in org.apache.cxf.service that return types with arguments of type Endpoint
 Map<QName,Endpoint> Service.getEndpoints()
           
 


Apache CXF API

Apache CXF