|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Destination | |
---|---|
org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
org.apache.cxf.binding.soap | |
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_jetty | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.jbi | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.ws.policy |
Uses of Destination in org.apache.cxf.binding |
---|
Methods in org.apache.cxf.binding with parameters of type Destination | |
---|---|
void |
AbstractBindingFactory.addListener(Destination d,
Endpoint e)
|
void |
BindingFactory.addListener(Destination d,
Endpoint e)
Set the destionation's message observer which is created by using the endpoint to listen the incoming message |
Uses of Destination in org.apache.cxf.binding.soap |
---|
Methods in org.apache.cxf.binding.soap that return Destination | |
---|---|
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei)
|
Methods in org.apache.cxf.binding.soap with parameters of type Destination | |
---|---|
void |
SoapBindingFactory.addListener(Destination d,
Endpoint e)
|
Uses of Destination in org.apache.cxf.endpoint |
---|
Methods in org.apache.cxf.endpoint that return Destination | |
---|---|
Destination |
ServerImpl.getDestination()
|
Destination |
Server.getDestination()
|
Methods in org.apache.cxf.endpoint with parameters of type Destination | |
---|---|
void |
ServerImpl.setDestination(Destination destination)
|
Uses of Destination in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return Destination | |
---|---|
Destination |
Message.getDestination()
|
Destination |
Exchange.getDestination()
|
Destination |
AbstractWrappedMessage.getDestination()
|
Destination |
ExchangeImpl.getDestination()
|
Destination |
MessageImpl.getDestination()
|
Methods in org.apache.cxf.message with parameters of type Destination | |
---|---|
void |
Exchange.setDestination(Destination destination)
|
void |
ExchangeImpl.setDestination(Destination d)
|
void |
MessageImpl.setDestination(Destination d)
|
Uses of Destination in org.apache.cxf.transport |
---|
Subinterfaces of Destination in org.apache.cxf.transport | |
---|---|
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. |
Classes in org.apache.cxf.transport that implement Destination | |
---|---|
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
|
Methods in org.apache.cxf.transport that return Destination | |
---|---|
Destination |
AbstractConduit.getBackChannel()
Retreive the back-channel Destination. |
Destination |
Conduit.getBackChannel()
Retreive the back-channel Destination. |
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination. |
Uses of Destination in org.apache.cxf.transport.http |
---|
Classes in org.apache.cxf.transport.http that implement Destination | |
---|---|
class |
AbstractHTTPDestination
Common base for HTTP Destination implementations. |
Methods in org.apache.cxf.transport.http that return Destination | |
---|---|
Destination |
HTTPConduit.getBackChannel()
Retreive the back-channel Destination. |
Uses of Destination in org.apache.cxf.transport.http_jetty |
---|
Classes in org.apache.cxf.transport.http_jetty that implement Destination | |
---|---|
class |
JettyHTTPDestination
|
Methods in org.apache.cxf.transport.http_jetty that return Destination | |
---|---|
Destination |
JettyHTTPTransportFactory.getDestination(EndpointInfo endpointInfo)
|
Uses of Destination in org.apache.cxf.transport.http.policy |
---|
Methods in org.apache.cxf.transport.http.policy with parameters of type Destination | |
---|---|
static org.apache.cxf.transports.http.configuration.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. |
Uses of Destination in org.apache.cxf.transport.jbi |
---|
Classes in org.apache.cxf.transport.jbi that implement Destination | |
---|---|
class |
JBIDestination
|
Methods in org.apache.cxf.transport.jbi that return Destination | |
---|---|
Destination |
JBITransportFactory.getDestination(EndpointInfo ei)
|
Uses of Destination in org.apache.cxf.transport.jms |
---|
Classes in org.apache.cxf.transport.jms that implement Destination | |
---|---|
class |
JMSDestination
|
Methods in org.apache.cxf.transport.jms that return Destination | |
---|---|
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo)
Create a destination. |
Uses of Destination in org.apache.cxf.transport.local |
---|
Classes in org.apache.cxf.transport.local that implement Destination | |
---|---|
class |
LocalDestination
|
Methods in org.apache.cxf.transport.local that return Destination | |
---|---|
Destination |
LocalTransportFactory.getDestination(EndpointInfo ei)
|
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference)
|
Uses of Destination in org.apache.cxf.transport.servlet |
---|
Classes in org.apache.cxf.transport.servlet that implement Destination | |
---|---|
class |
ServletDestination
|
Methods in org.apache.cxf.transport.servlet that return Destination | |
---|---|
Destination |
ServletTransportFactory.getDestination(EndpointInfo endpointInfo)
|
Uses of Destination in org.apache.cxf.ws.policy |
---|
Methods in org.apache.cxf.ws.policy with parameters of type Destination | |
---|---|
EffectivePolicy |
PolicyEngineImpl.getEffectiveServerFaultPolicy(EndpointInfo ei,
BindingFaultInfo bfi,
Destination d)
|
EffectivePolicy |
PolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |