|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Destination | |
---|---|
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.transport | Transport related classes. |
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 |
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 |
---|
Methods in org.apache.cxf.endpoint that return Destination | |
---|---|
Destination |
Server.getDestination()
|
Uses of Destination in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return Destination | |
---|---|
Destination |
ExchangeImpl.getDestination()
|
Destination |
Message.getDestination()
|
Destination |
Exchange.getDestination()
|
Destination |
AbstractWrappedMessage.getDestination()
|
Destination |
MessageImpl.getDestination()
|
Methods in org.apache.cxf.message with parameters of type Destination | |
---|---|
void |
ExchangeImpl.setDestination(Destination d)
|
void |
Exchange.setDestination(Destination destination)
|
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. |
Methods in org.apache.cxf.transport that return Destination | |
---|---|
Destination |
Conduit.getBackChannel()
Retreive the back-channel Destination. |
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination. |
Uses of Destination in org.apache.cxf.ws.policy |
---|
Methods in org.apache.cxf.ws.policy with parameters of type Destination | |
---|---|
EffectivePolicy |
PolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei,
BindingFaultInfo bfi,
Destination d)
|
EffectivePolicy |
PolicyEngine.getEffectiveServerResponsePolicy(EndpointInfo ei,
BindingOperationInfo boi,
Destination d)
|
EndpointPolicy |
PolicyEngine.getServerEndpointPolicy(EndpointInfo ei,
Destination destination)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |