Uses of Interface
org.apache.cxf.transport.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in org.apache.cxf.binding
Methods in org.apache.cxf.binding with parameters of type DestinationModifier 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 Destination in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement DestinationMethods in org.apache.cxf.binding.corba that return DestinationModifier and TypeMethodDescriptionCorbaBindingFactory.getDestination(EndpointInfo endpointInfo, Bus bus) -
Uses of Destination in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return DestinationMethods in org.apache.cxf.binding.soap with parameters of type Destination -
Uses of Destination in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return DestinationMethods in org.apache.cxf.endpoint with parameters of type Destination -
Uses of Destination in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs with parameters of type DestinationModifier and TypeMethodDescriptionvoidJAXRSBindingFactory.addListener(Destination d, Endpoint e) -
Uses of Destination in org.apache.cxf.message
Methods in org.apache.cxf.message that return DestinationModifier and TypeMethodDescriptionAbstractWrappedMessage.getDestination()Exchange.getDestination()ExchangeImpl.getDestination()Message.getDestination()MessageImpl.getDestination()Methods in org.apache.cxf.message with parameters of type DestinationModifier and TypeMethodDescriptionvoidExchange.setDestination(Destination destination) voidExchangeImpl.setDestination(Destination d) voidMessageImpl.setDestination(Destination d) -
Uses of Destination in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type DestinationModifier and TypeMethodDescription<T> TPolicyDataEngine.getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) -
Uses of Destination in org.apache.cxf.transport
Subinterfaces of Destination in org.apache.cxf.transportModifier and TypeInterfaceDescriptioninterfaceA MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.Classes in org.apache.cxf.transport that implement DestinationModifier and TypeClassDescriptionclassAbstract base class factoring out common Destination logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.classMethods in org.apache.cxf.transport that return DestinationModifier and TypeMethodDescriptionDestinationFactory.getDestination(EndpointInfo ei, Bus bus) Create a destination. -
Uses of Destination in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement DestinationModifier and TypeClassDescriptionclassCommon base for HTTP Destination implementations.Methods in org.apache.cxf.transport.http that return DestinationModifier and TypeMethodDescriptionHTTPTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) -
Uses of Destination in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement DestinationMethods in org.apache.cxf.transport.http_jaxws_spi that return DestinationModifier and TypeMethodDescriptionJAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) -
Uses of Destination in org.apache.cxf.transport.http_jetty
Classes in org.apache.cxf.transport.http_jetty that implement Destination -
Uses of Destination in org.apache.cxf.transport.http_undertow
Classes in org.apache.cxf.transport.http_undertow that implement Destination -
Uses of Destination in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement DestinationMethods in org.apache.cxf.transport.http.netty.server that return DestinationModifier and TypeMethodDescriptionNettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) -
Uses of Destination in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement DestinationMethods in org.apache.cxf.transport.jms that return DestinationModifier and TypeMethodDescriptionJMSTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Create a destination. -
Uses of Destination in org.apache.cxf.transport.local
Classes in org.apache.cxf.transport.local that implement Destination -
Uses of Destination in org.apache.cxf.transport.servlet
Classes in org.apache.cxf.transport.servlet that implement Destination -
Uses of Destination in org.apache.cxf.transport.udp
Classes in org.apache.cxf.transport.udp that implement DestinationMethods in org.apache.cxf.transport.udp that return DestinationModifier and TypeMethodDescriptionUDPTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected DestinationUDPTransportFactory.getDestination(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, Bus bus) -
Uses of Destination in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket that return DestinationModifier and TypeMethodDescriptionWebSocketTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus) Create a destination. -
Uses of Destination in org.apache.cxf.transport.websocket.atmosphere
Classes in org.apache.cxf.transport.websocket.atmosphere that implement DestinationModifier and TypeClassDescriptionclassclassWebSocket Servlet Destination based on Atmosphereclass -
Uses of Destination in org.apache.cxf.transport.websocket.jetty11
Classes in org.apache.cxf.transport.websocket.jetty11 that implement Destination -
Uses of Destination in org.apache.cxf.transport.websocket.undertow
Classes in org.apache.cxf.transport.websocket.undertow that implement Destination -
Uses of Destination in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return DestinationModifier and TypeMethodDescriptionstatic DestinationContextUtils.createDecoupledDestination(Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType reference) -
Uses of Destination in org.apache.cxf.ws.addressing.soap
Methods in org.apache.cxf.ws.addressing.soap that return DestinationModifier and TypeMethodDescriptionprotected DestinationDecoupledFaultHandler.createDecoupledDestination(Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType epr) -
Uses of Destination in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type DestinationModifier and TypeMethodDescriptionPolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m) PolicyEngineImpl.getEffectiveServerFaultPolicy(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, Destination d, Message m) PolicyEngine.getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m) PolicyEngineImpl.getEffectiveServerResponsePolicy(EndpointInfo ei, BindingOperationInfo boi, Destination d, List<List<org.apache.neethi.Assertion>> incoming, Message m) <T> TPolicyDataEngineImpl.getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) PolicyEngine.getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message msg) PolicyEngineImpl.getServerEndpointPolicy(EndpointInfo ei, Destination destination, Message m)