Uses of Interface
org.apache.cxf.transport.Destination
Package
Description
Interfaces for protocol bindings and their factories.
Client and Server related classes.
Transport related classes.
-
Uses of Destination 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 Destination in org.apache.cxf.endpoint
-
Uses of Destination in org.apache.cxf.message
Modifier and TypeMethodDescriptionAbstractWrappedMessage.getDestination()
Exchange.getDestination()
ExchangeImpl.getDestination()
Message.getDestination()
MessageImpl.getDestination()
Modifier and TypeMethodDescriptionvoid
Exchange.setDestination
(Destination destination) void
ExchangeImpl.setDestination
(Destination d) void
MessageImpl.setDestination
(Destination d) -
Uses of Destination in org.apache.cxf.policy
Modifier and TypeMethodDescription<T> T
PolicyDataEngine.getServerEndpointPolicy
(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) -
Uses of Destination in org.apache.cxf.transport
Modifier and TypeInterfaceDescriptioninterface
A MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.Modifier and TypeClassDescriptionclass
Abstract 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.class
Modifier and TypeMethodDescriptionDestinationFactory.getDestination
(EndpointInfo ei, Bus bus) Create a destination. -
Uses of Destination in org.apache.cxf.ws.addressing
Modifier and TypeMethodDescriptionstatic Destination
ContextUtils.createDecoupledDestination
(Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType reference)