Modifier and Type | Method and Description |
---|---|
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
|
void |
AbstractBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Class and Description |
---|---|
class |
CorbaDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
CorbaBindingFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
SoapBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Method and Description |
---|---|
Destination |
Server.getDestination() |
Destination |
ServerImpl.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
ServerImpl.setDestination(Destination destination) |
Modifier and Type | Method and Description |
---|---|
void |
JAXRSBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Method and Description |
---|---|
Destination |
Message.getDestination() |
Destination |
AbstractWrappedMessage.getDestination() |
Destination |
MessageImpl.getDestination() |
Destination |
ExchangeImpl.getDestination() |
Destination |
Exchange.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.setDestination(Destination d) |
void |
ExchangeImpl.setDestination(Destination d) |
void |
Exchange.setDestination(Destination destination) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PolicyDataEngine.getServerEndpointPolicy(Message m,
EndpointInfo ei,
Destination d,
PolicyCalculator<T> policyCalculator) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiplexDestination
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 Type | Class and Description |
---|---|
class |
AbstractDestination
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 |
AbstractMultiplexDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
DestinationFactory.getDestination(EndpointInfo ei,
Bus bus)
Create a destination.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination
Common base for HTTP Destination implementations.
|
Modifier and Type | Method and Description |
---|---|
Destination |
HTTPTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
JAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
JettyHTTPDestination |
Modifier and Type | Class and Description |
---|---|
class |
UndertowHTTPDestination |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
NettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
JMSDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus)
Create a destination.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDestination |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Class and Description |
---|---|
class |
UDPDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
UDPTransportFactory.getDestination(EndpointInfo ei,
Bus bus) |
protected Destination |
UDPTransportFactory.getDestination(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Destination |
WebSocketTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus)
Create a destination.
|
Modifier and Type | Class and Description |
---|---|
class |
AtmosphereWebSocketJettyDestination |
class |
AtmosphereWebSocketServletDestination
WebSocket Servlet Destination based on Atmosphere
|
class |
AtmosphereWebSocketUndertowDestination |
Modifier and Type | Class and Description |
---|---|
class |
Jetty9WebSocketDestination |
Modifier and Type | Class and Description |
---|---|
class |
UndertowWebSocketDestination |
Modifier and Type | Method and Description |
---|---|
static Destination |
ContextUtils.createDecoupledDestination(Exchange exchange,
org.apache.cxf.ws.addressing.EndpointReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
protected Destination |
DecoupledFaultHandler.createDecoupledDestination(Exchange exchange,
org.apache.cxf.ws.addressing.EndpointReferenceType epr) |
Apache CXF