Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.tcp | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.message | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jaxws_spi | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.addressing.soap | |
org.apache.cxf.ws.policy |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseBindingFactory.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
|
Modifier and Type | Method and Description |
---|---|
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
void |
SoapBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Class and Description |
---|---|
class |
SoapTcpDestination |
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 |
Message.getDestination() |
Destination |
ExchangeImpl.getDestination() |
Destination |
MessageImpl.getDestination() |
Destination |
Exchange.getDestination() |
Destination |
AbstractWrappedMessage.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
ExchangeImpl.setDestination(Destination d) |
void |
MessageImpl.setDestination(Destination d) |
void |
Exchange.setDestination(Destination destination) |
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)
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) |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
JAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo) |
Modifier and Type | Method and Description |
---|---|
static HTTPServerPolicy |
PolicyUtils.getServer(PolicyEngine pe,
EndpointInfo ei,
Destination d)
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo)
Create a destination.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
LocalTransportFactory.getDestination(EndpointInfo ei) |
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
EndpointReferenceType reference) |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Method and Description |
---|---|
static Destination |
ContextUtils.createDecoupledDestination(Exchange exchange,
EndpointReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
protected Destination |
DecoupledFaultHandler.createDecoupledDestination(Exchange exchange,
EndpointReferenceType epr) |
Modifier and Type | Method and Description |
---|---|
EffectivePolicy |
PolicyEngineImpl.getEffectiveServerFaultPolicy(EndpointInfo ei,
BindingOperationInfo boi,
BindingFaultInfo bfi,
Destination d) |
EffectivePolicy |
PolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei,
BindingOperationInfo boi,
BindingFaultInfo bfi,
Destination d) |
EffectivePolicy |
PolicyEngineImpl.getEffectiveServerResponsePolicy(EndpointInfo ei,
BindingOperationInfo boi,
Destination d) |
EffectivePolicy |
PolicyEngine.getEffectiveServerResponsePolicy(EndpointInfo ei,
BindingOperationInfo boi,
Destination d) |
EndpointPolicy |
PolicyEngineImpl.getServerEndpointPolicy(EndpointInfo ei,
Destination destination) |
EndpointPolicy |
PolicyEngine.getServerEndpointPolicy(EndpointInfo ei,
Destination destination) |
Apache CXF