Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.message | |
org.apache.cxf.policy | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.ws.addressing |
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 | Method and Description |
---|---|
Destination |
ServerImpl.getDestination() |
Destination |
Server.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
ServerImpl.setDestination(Destination destination) |
Modifier and Type | Method and Description |
---|---|
Destination |
MessageImpl.getDestination() |
Destination |
Message.getDestination() |
Destination |
ExchangeImpl.getDestination() |
Destination |
Exchange.getDestination() |
Destination |
AbstractWrappedMessage.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 | Method and Description |
---|---|
static Destination |
ContextUtils.createDecoupledDestination(Exchange exchange,
EndpointReferenceType reference) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.