Uses of Interface
org.apache.cxf.endpoint.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.apache.cxf.binding
Methods in org.apache.cxf.binding with parameters of type EndpointModifier and TypeMethodDescriptionvoidAbstractBindingFactory.addListener(Destination d, Endpoint e) voidBindingFactory.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.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidColocOutInterceptor.invokeColocObserver(Message outMsg, Endpoint inboundEndpoint) protected voidColocOutInterceptor.invokeInboundChain(Exchange ex, Endpoint ep) protected ServerColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi) voidColocOutInterceptor.setExchangeProperties(Exchange exchange, Endpoint ep) Constructors in org.apache.cxf.binding.coloc with parameters of type Endpoint -
Uses of Endpoint in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type Endpoint -
Uses of Endpoint in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that return EndpointModifier and TypeMethodDescriptionprotected EndpointEndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps) Method parameters in org.apache.cxf.binding.soap.interceptor with type arguments of type EndpointModifier and TypeMethodDescriptionprotected EndpointEndpointSelectionInterceptor.selectEndpoint(Message message, Set<Endpoint> eps) -
Uses of Endpoint in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering that return EndpointModifier and TypeMethodDescriptionprotected EndpointCircuitBreakerTargetSelector.getFailoverTarget(Exchange exchange, FailoverTargetSelector.InvocationContext invocation) protected EndpointFailoverTargetSelector.getFailoverTarget(Exchange exchange, FailoverTargetSelector.InvocationContext invocation) Get the failover target endpoint, if a suitable one is available.protected EndpointLoadDistributorTargetSelector.getFailoverTarget(Exchange exchange, FailoverTargetSelector.InvocationContext invocation) Get the failover target endpoint, if a suitable one is available.FailoverTargetSelector.InvocationContext.retrieveOriginalEndpoint(Endpoint endpoint) AbstractStaticFailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates) Select one of the alternate endpoints for a retried invocation.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 EndpointModifier and TypeMethodDescriptionAbstractStaticFailoverStrategy.getAlternateEndpoints(Exchange exchange) Get the alternate endpoints for this invocation.FailoverStrategy.getAlternateEndpoints(Exchange exchange) Get the alternate endpoints for this invocation.FailoverTargetSelector.InvocationContext.getAlternateEndpoints()RetryStrategy.getAlternateEndpoints(Exchange exchange) AbstractStaticFailoverStrategy.getEndpoints(Exchange exchange, boolean acceptCandidatesWithSameAddress) Get the endpoints for this invocation.Methods in org.apache.cxf.clustering with parameters of type EndpointModifier and TypeMethodDescriptionFailoverFeature.initTargetSelector(Endpoint endpoint) protected ConduitSelectorFailoverFeature.Portable.initTargetSelector(Endpoint endpoint) FailoverTargetSelector.InvocationContext.retrieveOriginalEndpoint(Endpoint endpoint) Method parameters in org.apache.cxf.clustering with type arguments of type EndpointModifier and TypeMethodDescriptionAbstractStaticFailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates) Select one of the alternate endpoints for a retried invocation.FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates) Select one of the alternate endpoints for a retried invocation.protected voidFailoverTargetSelector.InvocationContext.setAlternateEndpoints(List<Endpoint> alternates) Constructors in org.apache.cxf.clustering with parameters of type EndpointModifierConstructorDescriptionprotectedInvocationContext(Endpoint endpoint, BindingOperationInfo boi, Object[] prms, Map<String, Object> ctx) -
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 EndpointAbstractConduitSelector.endpointprotected final EndpointManagedEndpoint.endpointprotected final EndpointServerImpl.endpointMethods in org.apache.cxf.endpoint that return EndpointModifier and TypeMethodDescriptionprotected abstract EndpointAbstractEndpointFactory.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 booleanAbstractEndpointFactory.checkPrivateEndpoint(Endpoint ep) Checks if a given endpoint has been marked as private.protected voidAbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep, Class<?> cls) Add annotated Interceptors and Features to the Endpointprotected voidAbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep, Class<?>... cls) Add annotationed Interceptors and Features to the Endpointprotected booleanAbstractEndpointFactory.initializeAnnotationInterceptors(AnnotationInterceptors provider, Endpoint ep) voidAbstractConduitSelector.setEndpoint(Endpoint ep) protected voidClientImpl.setEndpoint(Endpoint e) voidConduitSelector.setEndpoint(Endpoint endpoint) voidNullConduitSelector.setEndpoint(Endpoint ep) voidPreexistingConduitSelector.setEndpoint(Endpoint ep) protected voidClientImpl.setExchangeProperties(Exchange exchange, Endpoint endpoint, BindingOperationInfo boi) protected PhaseInterceptorChainClientImpl.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.frontend
Methods in org.apache.cxf.frontend that return EndpointModifier and TypeMethodDescriptionprotected EndpointAbstractWSDLBasedEndpointFactory.createEndpoint()Methods in org.apache.cxf.frontend with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidClientFactoryBean.applyProperties(Endpoint ep) protected ClientClientFactoryBean.createClient(Endpoint ep) -
Uses of Endpoint in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript with parameters of type EndpointModifier and TypeMethodDescriptionstatic BasicNameManagerBasicNameManager.newNameManager(ServiceInfo service, Endpoint endpoint) -
Uses of Endpoint in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return EndpointMethods in org.apache.cxf.jaxrs that return types with arguments of type EndpointMethods in org.apache.cxf.jaxrs with parameters of type EndpointModifier and TypeMethodDescriptionvoidJAXRSBindingFactory.addListener(Destination d, Endpoint e) protected voidAbstractJAXRSFactoryBean.setupFactory(ProviderFactory factory, Endpoint ep) protected ServerProviderFactoryJAXRSServerFactoryBean.setupFactory(Endpoint ep) protected voidJAXRSServerFactoryBean.updateClassResourceProviders(Endpoint ep) Method parameters in org.apache.cxf.jaxrs with type arguments of type EndpointModifier and TypeMethodDescriptionvoidJAXRSServiceImpl.setEndpoints(Map<QName, Endpoint> endpoints) -
Uses of Endpoint in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return EndpointMethods in org.apache.cxf.jaxrs.client with parameters of type EndpointModifier and TypeMethodDescriptionprotected ConduitSelectorJAXRSClientFactoryBean.getConduitSelector(Endpoint ep) static ClientProviderFactoryClientProviderFactory.getInstance(Endpoint e) protected voidJAXRSClientFactoryBean.initClient(AbstractClient client, Endpoint ep, boolean addHeaders) -
Uses of Endpoint in org.apache.cxf.jaxrs.lifecycle
Methods in org.apache.cxf.jaxrs.lifecycle with parameters of type Endpoint -
Uses of Endpoint in org.apache.cxf.jaxrs.sse.client
Constructors in org.apache.cxf.jaxrs.sse.client with parameters of type EndpointModifierConstructorDescriptionprotectedInboundSseEventProcessor(Endpoint endpoint, org.apache.cxf.jaxrs.sse.client.InboundSseEventListener listener) protectedInboundSseEventProcessor(Endpoint endpoint, org.apache.cxf.jaxrs.sse.client.InboundSseEventListener listener, boolean discardIncomplete) -
Uses of Endpoint in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws with parameters of type EndpointModifier and TypeMethodDescriptionJAXWSMethodDispatcher.getBindingOperation(Method method, Endpoint endpoint) JAXWSProviderMethodDispatcher.getBindingOperation(Method m, Endpoint endpoint) protected voidJaxWsServerFactoryBean.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 EndpointModifier and TypeClassDescriptionclassclassA JAX-WS specific implementation of the CXFEndpointinterface.Methods in org.apache.cxf.jaxws.support that return Endpoint -
Uses of Endpoint in org.apache.cxf.message
Methods in org.apache.cxf.message that return Endpoint -
Uses of Endpoint in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type EndpointModifier and TypeMethodDescriptionMetricsProvider.createEndpointContext(Endpoint endpoint, boolean asClient, String cid) MetricsProvider.createOperationContext(Endpoint endpoint, BindingOperationInfo boi, boolean asClient, String cid) MetricsProvider.createResourceContext(Endpoint endpoint, String resourceName, boolean asClient, String cid) -
Uses of Endpoint in org.apache.cxf.metrics.codahale
Methods in org.apache.cxf.metrics.codahale with parameters of type EndpointModifier and TypeMethodDescriptionCodahaleMetricsProvider.createEndpointContext(Endpoint endpoint, boolean isClient, String clientId) CodahaleMetricsProvider.createOperationContext(Endpoint endpoint, BindingOperationInfo boi, boolean asClient, String clientId) CodahaleMetricsProvider.createResourceContext(Endpoint endpoint, String resourceName, boolean asClient, String clientId) -
Uses of Endpoint in org.apache.cxf.metrics.micrometer
Methods in org.apache.cxf.metrics.micrometer with parameters of type EndpointModifier and TypeMethodDescriptionMicrometerMetricsProvider.createEndpointContext(Endpoint endpoint, boolean asClient, String clientId) MicrometerMetricsProvider.createOperationContext(Endpoint endpoint, BindingOperationInfo boi, boolean asClient, String clientId) MicrometerMetricsProvider.createResourceContext(Endpoint endpoint, String resourceName, boolean asClient, String clientId) -
Uses of Endpoint in org.apache.cxf.microprofile.client
Methods in org.apache.cxf.microprofile.client with parameters of type EndpointModifier and TypeMethodDescriptionMicroProfileClientProviderFactory.getInstance(Endpoint e) protected voidMicroProfileClientFactoryBean.initClient(AbstractClient client, Endpoint ep, boolean addHeaders) -
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 TypeMethodDescriptionvoidWoodstoxValidationImpl.setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo) voidWoodstoxValidationImpl.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 -
Uses of Endpoint in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement EndpointMethods in org.apache.cxf.ws.rm that return EndpointModifier and TypeMethodDescriptionRMEndpoint.getApplicationEndpoint()AbstractEndpoint.getEndpoint()RMEndpoint.getEndpoint(ProtocolVariation protocol) WrappedEndpoint.getWrappedEndpoint()Methods in org.apache.cxf.ws.rm that return types with arguments of type EndpointMethods in org.apache.cxf.ws.rm with parameters of type EndpointModifier and TypeMethodDescriptionprotected ClientProxy.createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address) static StringRMUtils.getEndpointIdentifier(Endpoint endpoint) static StringRMUtils.getEndpointIdentifier(Endpoint endpoint, Bus bus) static ObjectNameRMUtils.getManagedObjectName(RMManager manager, Endpoint ep) Constructors in org.apache.cxf.ws.rm with parameters of type Endpoint -
Uses of Endpoint in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap with parameters of type EndpointModifier and TypeMethodDescriptionprotected ConduitRetransmissionQueueImpl.buildConduit(SoapMessage message, Endpoint endpoint, org.apache.cxf.ws.addressing.AttributedURIType to) protected PhaseInterceptorChainRetransmissionQueueImpl.buildRetransmitChain(Endpoint endpoint, PhaseChainCache cache) -
Uses of Endpoint in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return EndpointModifier and TypeMethodDescriptionstatic EndpointSTSUtils.createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy) static EndpointSTSUtils.createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName) -
Uses of Endpoint in org.apache.cxf.wsdl.interceptors
Methods in org.apache.cxf.wsdl.interceptors that return EndpointModifier and TypeMethodDescriptionprotected abstract EndpointAbstractEndpointSelectionInterceptor.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.wsdl.interceptors with type arguments of type EndpointModifier and TypeMethodDescriptionprotected abstract EndpointAbstractEndpointSelectionInterceptor.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.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return Endpoint