Uses of Interface
org.apache.cxf.endpoint.Endpoint
Package
Description
Interfaces for protocol bindings and their factories.
Client and Server related classes.
This package and its sub packages contain classes relating to services and the CXF
service model
Transport related classes.
-
Uses of Endpoint in org.apache.cxf.binding
Modifier and TypeMethodDescriptionvoid
AbstractBindingFactory.addListener
(Destination d, Endpoint e) 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.endpoint
Modifier and TypeFieldDescriptionprotected Endpoint
AbstractConduitSelector.endpoint
protected final Endpoint
ManagedEndpoint.endpoint
protected final Endpoint
ServerImpl.endpoint
Modifier and TypeMethodDescriptionprotected abstract Endpoint
AbstractEndpointFactory.createEndpoint()
AbstractConduitSelector.getEndpoint()
Client.getEndpoint()
ClientImpl.getEndpoint()
ConduitSelector.getEndpoint()
NullConduitSelector.getEndpoint()
PreexistingConduitSelector.getEndpoint()
Server.getEndpoint()
ServerImpl.getEndpoint()
Modifier and TypeMethodDescriptionprotected boolean
AbstractEndpointFactory.checkPrivateEndpoint
(Endpoint ep) Checks if a given endpoint has been marked as private.protected void
AbstractEndpointFactory.initializeAnnotationInterceptors
(Endpoint ep, Class<?> cls) Add annotated Interceptors and Features to the Endpointprotected void
AbstractEndpointFactory.initializeAnnotationInterceptors
(Endpoint ep, Class<?>... cls) Add annotationed Interceptors and Features to the Endpointprotected boolean
AbstractEndpointFactory.initializeAnnotationInterceptors
(AnnotationInterceptors provider, Endpoint ep) void
AbstractConduitSelector.setEndpoint
(Endpoint ep) protected void
ClientImpl.setEndpoint
(Endpoint e) void
ConduitSelector.setEndpoint
(Endpoint endpoint) void
NullConduitSelector.setEndpoint
(Endpoint ep) void
PreexistingConduitSelector.setEndpoint
(Endpoint ep) protected void
ClientImpl.setExchangeProperties
(Exchange exchange, Endpoint endpoint, BindingOperationInfo boi) protected PhaseInterceptorChain
ClientImpl.setupInterceptorChain
(Endpoint endpoint) ModifierConstructorDescriptionClientImpl
(Bus b, Endpoint e) ClientImpl
(Bus b, Endpoint e, ConduitSelector sc) ClientImpl
(Bus b, Endpoint e, Conduit c) ManagedEndpoint
(Bus b, Endpoint ep, Server s) Constructor.ServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of Endpoint in org.apache.cxf.message
-
Uses of Endpoint in org.apache.cxf.service
-
Uses of Endpoint in org.apache.cxf.service.factory
Modifier and TypeMethodDescriptionSimpleMethodDispatcher.getBindingOperation
(Method method, Endpoint endpoint) -
Uses of Endpoint in org.apache.cxf.service.invoker
Modifier and TypeMethodDescriptionMethodDispatcher.getBindingOperation
(Method m, Endpoint endpoint) -
Uses of Endpoint in org.apache.cxf.staxutils.validation
Modifier and TypeMethodDescriptionvoid
WoodstoxValidationImpl.setupValidation
(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo) void
WoodstoxValidationImpl.setupValidation
(XMLStreamWriter writer, Endpoint endpoint, ServiceInfo serviceInfo) -
Uses of Endpoint in org.apache.cxf.transport