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.binding.coloc   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.clustering   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.javascript   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
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.service.factory   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.rm   
org.apache.cxf.ws.security.trust   
 

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
 void AbstractBaseBindingFactory.addListener(Destination d, Endpoint e)
           
 

Uses of Endpoint in org.apache.cxf.binding.coloc
 

Methods in org.apache.cxf.binding.coloc with parameters of type Endpoint
protected  void ColocOutInterceptor.invokeColocObserver(Message outMsg, Endpoint inboundEndpoint)
           
protected  void ColocOutInterceptor.invokeInboundChain(Exchange ex, Endpoint ep)
           
protected  Server ColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)
           
 void ColocOutInterceptor.setExchangeProperties(Exchange exchange, Endpoint ep)
           
 

Constructors in org.apache.cxf.binding.coloc with parameters of type Endpoint
ColocMessageObserver(Endpoint endpoint, Bus bus)
           
 

Uses of Endpoint in org.apache.cxf.binding.object
 

Constructors in org.apache.cxf.binding.object with parameters of type Endpoint
LocalServerListener.OverrideBindingObserver(Endpoint endpoint, Binding binding, Bus bus)
           
 

Uses of Endpoint in org.apache.cxf.binding.soap
 

Methods in org.apache.cxf.binding.soap with parameters of type Endpoint
 void SoapBindingFactory.addListener(Destination d, Endpoint e)
           
 

Uses of Endpoint in org.apache.cxf.binding.soap.interceptor
 

Methods in org.apache.cxf.binding.soap.interceptor that return Endpoint
protected  Endpoint EndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps)
           
 

Method parameters in org.apache.cxf.binding.soap.interceptor with type arguments of type Endpoint
protected  Endpoint EndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps)
           
 

Uses of Endpoint in org.apache.cxf.clustering
 

Methods in org.apache.cxf.clustering that return Endpoint
protected  Endpoint LoadDistributorTargetSelector.getFailoverTarget(Exchange exchange, FailoverTargetSelector.InvocationContext invocation)
          Get the failover target endpoint, if a suitable one is available.
protected  Endpoint FailoverTargetSelector.getFailoverTarget(Exchange exchange, FailoverTargetSelector.InvocationContext invocation)
          Get the failover target endpoint, if a suitable one is available.
 Endpoint AbstractStaticFailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
          Select one of the alternate endpoints for a retried invocation.
 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> AbstractStaticFailoverStrategy.getAlternateEndpoints(Exchange exchange)
          Get the alternate endpoints for this invocation.
 List<Endpoint> FailoverStrategy.getAlternateEndpoints(Exchange exchange)
          Get the alternate endpoints for this invocation.
 List<Endpoint> RetryStrategy.getAlternateEndpoints(Exchange exchange)
           
protected  List<Endpoint> AbstractStaticFailoverStrategy.getEndpoints(Exchange exchange, boolean acceptCandidatesWithSameAddress)
          Get the endpoints for this invocation.
 

Methods in org.apache.cxf.clustering with parameters of type Endpoint
protected  ConduitSelector FailoverFeature.initTargetSelector(Endpoint endpoint)
           
 

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

Uses of Endpoint in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement Endpoint
 class EndpointImpl
           
 

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

Methods in org.apache.cxf.endpoint that return Endpoint
protected abstract  Endpoint AbstractEndpointFactory.createEndpoint()
           
 Endpoint ClientImpl.getEndpoint()
           
 Endpoint NullConduitSelector.getEndpoint()
           
 Endpoint Server.getEndpoint()
           
 Endpoint ServerImpl.getEndpoint()
           
 Endpoint ConduitSelector.getEndpoint()
           
 Endpoint Client.getEndpoint()
           
 Endpoint PreexistingConduitSelector.getEndpoint()
           
 Endpoint AbstractConduitSelector.getEndpoint()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Endpoint
protected  boolean AbstractEndpointFactory.checkPrivateEndpoint(Endpoint ep)
          Checks if a given endpoint has been marked as private.
protected  boolean AbstractEndpointFactory.initializeAnnotationInterceptors(AnnotationInterceptors provider, Endpoint ep)
           
protected  void AbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep, Class<?>... cls)
          Add annotationed Interceptors and Features to the Endpoint
protected  void AbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep, Class<?> cls)
          Add annotated Interceptors and Features to the Endpoint
protected  void ClientImpl.setEndpoint(Endpoint e)
           
 void NullConduitSelector.setEndpoint(Endpoint ep)
           
 void ConduitSelector.setEndpoint(Endpoint endpoint)
           
 void PreexistingConduitSelector.setEndpoint(Endpoint ep)
           
 void AbstractConduitSelector.setEndpoint(Endpoint ep)
           
protected  void ClientImpl.setExchangeProperties(Exchange exchange, Endpoint endpoint, BindingOperationInfo boi)
           
protected  PhaseInterceptorChain ClientImpl.setupInterceptorChain(Endpoint endpoint)
           
 

Constructors in org.apache.cxf.endpoint with parameters of type Endpoint
ClientImpl(Bus b, Endpoint e)
           
ClientImpl(Bus b, Endpoint e, Conduit c)
           
ClientImpl(Bus b, Endpoint e, ConduitSelector sc)
           
ManagedEndpoint(Bus b, Endpoint ep, Server s)
           
PreexistingConduitSelector(Conduit c, Endpoint e)
          Constructor.
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
           
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer)
           
 

Uses of Endpoint in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return Endpoint
protected  Endpoint AbstractWSDLBasedEndpointFactory.createEndpoint()
           
 

Methods in org.apache.cxf.frontend with parameters of type Endpoint
protected  void ClientFactoryBean.applyProperties(Endpoint ep)
           
protected  Client ClientFactoryBean.createClient(Endpoint ep)
           
 BindingOperationInfo SimpleMethodDispatcher.getBindingOperation(Method method, Endpoint endpoint)
           
 BindingOperationInfo MethodDispatcher.getBindingOperation(Method m, Endpoint endpoint)
           
 

Uses of Endpoint in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return Endpoint
protected abstract  Endpoint AbstractEndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps)
          Select an Endpoint which will be used for the rest of the invocation.
 

Method parameters in org.apache.cxf.interceptor with type arguments of type Endpoint
protected abstract  Endpoint AbstractEndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps)
          Select an Endpoint which will be used for the rest of the invocation.
 

Uses of Endpoint in org.apache.cxf.javascript
 

Methods in org.apache.cxf.javascript with parameters of type Endpoint
static BasicNameManager BasicNameManager.newNameManager(ServiceInfo service, Endpoint endpoint)
           
 

Uses of Endpoint in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return Endpoint
protected  Endpoint AbstractJAXRSFactoryBean.createEndpoint()
           
 

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

Methods in org.apache.cxf.jaxrs with parameters of type Endpoint
protected  ProviderFactory AbstractJAXRSFactoryBean.setupFactory(Endpoint ep)
           
 

Method parameters in org.apache.cxf.jaxrs with type arguments of type Endpoint
 void JAXRSServiceImpl.setEndpoints(Map<QName,Endpoint> endpoints)
           
 

Uses of Endpoint in org.apache.cxf.jaxrs.client
 

Methods in org.apache.cxf.jaxrs.client with parameters of type Endpoint
protected  ConduitSelector JAXRSClientFactoryBean.getConduitSelector(Endpoint ep)
           
protected  void JAXRSClientFactoryBean.initClient(AbstractClient client, Endpoint ep, boolean addHeaders)
           
 

Uses of Endpoint in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws with parameters of type Endpoint
 BindingOperationInfo JAXWSMethodDispatcher.getBindingOperation(Method method, Endpoint endpoint)
           
 BindingOperationInfo JAXWSProviderMethodDispatcher.getBindingOperation(Method m, Endpoint endpoint)
           
protected  void JaxWsServerFactoryBean.initializeAnnotationInterceptors(Endpoint ep, Class<?>... cls)
          Add annotated Interceptors and Features to the Endpoint
 

Uses of Endpoint in org.apache.cxf.jaxws.support
 

Classes in org.apache.cxf.jaxws.support that implement Endpoint
 class JaxWsClientEndpointImpl
           
 class JaxWsEndpointImpl
          A JAX-WS specific implementation of the CXF Endpoint interface.
 

Methods in org.apache.cxf.jaxws.support that return Endpoint
 Endpoint JaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei)
           
 

Uses of Endpoint in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Endpoint
 Endpoint ExchangeImpl.getEndpoint()
           
 Endpoint Exchange.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()
           
 Map<QName,Endpoint> ServiceImpl.getEndpoints()
           
 

Method parameters in org.apache.cxf.service with type arguments of type Endpoint
 void ServiceImpl.setEndpoints(Map<QName,Endpoint> endpoints)
           
 

Uses of Endpoint in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that return Endpoint
 Endpoint ReflectionServiceFactoryBean.createEndpoint(EndpointInfo ei)
           
 

Uses of Endpoint in org.apache.cxf.transport
 

Fields in org.apache.cxf.transport declared as Endpoint
protected  Endpoint ChainInitiationObserver.endpoint
           
 

Methods in org.apache.cxf.transport that return Endpoint
 Endpoint ChainInitiationObserver.getEndpoint()
           
 

Methods in org.apache.cxf.transport that return types with arguments of type Endpoint
 Set<Endpoint> MultipleEndpointObserver.getEndpoints()
           
 

Constructors in org.apache.cxf.transport with parameters of type Endpoint
ChainInitiationObserver(Endpoint endpoint, Bus bus)
           
 

Uses of Endpoint in org.apache.cxf.ws.rm
 

Classes in org.apache.cxf.ws.rm that implement Endpoint
 class WrappedEndpoint
           
 

Methods in org.apache.cxf.ws.rm that return Endpoint
 Endpoint RMEndpoint.getApplicationEndpoint()
           
 Endpoint AbstractEndpoint.getEndpoint()
           
 Endpoint RMEndpoint.getEndpoint()
           
 Endpoint WrappedEndpoint.getWrappedEndpoint()
           
 

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

Methods in org.apache.cxf.ws.rm with parameters of type Endpoint
protected  Client Proxy.createClient(Bus bus, Endpoint endpoint, Conduit conduit, EndpointReferenceType address)
           
static String RMUtils.getEndpointIdentifier(Endpoint endpoint)
           
static ObjectName RMUtils.getManagedObjectName(RMManager manager, Endpoint ep)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type Endpoint
RMEndpoint(RMManager m, Endpoint ae, ProtocolVariation pv)
          Constructor.
 

Uses of Endpoint in org.apache.cxf.ws.security.trust
 

Methods in org.apache.cxf.ws.security.trust that return Endpoint
static Endpoint STSUtils.createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)
           
 


Apache CXF API

Apache CXF