Uses of Interface
org.apache.cxf.endpoint.Endpoint
Packages that use 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
Methods in org.apache.cxf.binding with parameters of type EndpointModifier 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
Classes in org.apache.cxf.endpoint that implement EndpointFields in org.apache.cxf.endpoint declared as EndpointModifier and TypeFieldDescriptionprotected Endpoint
AbstractConduitSelector.endpoint
protected final Endpoint
ManagedEndpoint.endpoint
protected final Endpoint
ServerImpl.endpoint
Methods in org.apache.cxf.endpoint that return EndpointModifier and TypeMethodDescriptionprotected abstract Endpoint
AbstractEndpointFactory.createEndpoint()
AbstractConduitSelector.getEndpoint()
Client.getEndpoint()
ClientImpl.getEndpoint()
ConduitSelector.getEndpoint()
NullConduitSelector.getEndpoint()
PreexistingConduitSelector.getEndpoint()
Server.getEndpoint()
ServerImpl.getEndpoint()
Methods in org.apache.cxf.endpoint with parameters of type EndpointModifier 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) Constructors in org.apache.cxf.endpoint with parameters of type EndpointModifierConstructorDescriptionClientImpl
(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
Methods in org.apache.cxf.message that return Endpoint -
Uses of Endpoint in org.apache.cxf.service
Methods in org.apache.cxf.service that return types with arguments of type EndpointMethod parameters in org.apache.cxf.service with type arguments of type Endpoint -
Uses of Endpoint in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory with parameters of type EndpointModifier and TypeMethodDescriptionSimpleMethodDispatcher.getBindingOperation
(Method method, Endpoint endpoint) -
Uses of Endpoint in org.apache.cxf.service.invoker
Methods in org.apache.cxf.service.invoker with parameters of type EndpointModifier and TypeMethodDescriptionMethodDispatcher.getBindingOperation
(Method m, Endpoint endpoint) -
Uses of Endpoint in org.apache.cxf.staxutils.validation
Methods in org.apache.cxf.staxutils.validation with parameters of type EndpointModifier 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
Fields in org.apache.cxf.transport declared as EndpointMethods in org.apache.cxf.transport that return EndpointMethods in org.apache.cxf.transport that return types with arguments of type EndpointConstructors in org.apache.cxf.transport with parameters of type Endpoint