Uses of Interface
org.apache.cxf.transport.Destination
-
Packages that use Destination 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.transport.http org.apache.cxf.transport.http_jaxws_spi org.apache.cxf.ws.addressing org.jboss.wsf.stack.cxf.addons.transports.udp org.jboss.wsf.stack.cxf.addons.transports.undertow -
-
Uses of Destination in org.apache.cxf.binding
Methods in org.apache.cxf.binding with parameters of type Destination Modifier and Type Method Description voidAbstractBindingFactory. addListener(Destination d, Endpoint e)voidBindingFactory. 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 Modifier and Type Method Description DestinationServer. getDestination()DestinationServerImpl. getDestination()Methods in org.apache.cxf.endpoint with parameters of type Destination Modifier and Type Method Description voidServerImpl. setDestination(Destination destination) -
Uses of Destination in org.apache.cxf.message
Methods in org.apache.cxf.message that return Destination Modifier and Type Method Description DestinationAbstractWrappedMessage. getDestination()DestinationExchange. getDestination()DestinationExchangeImpl. getDestination()DestinationMessage. getDestination()DestinationMessageImpl. getDestination()Methods in org.apache.cxf.message with parameters of type Destination Modifier and Type Method Description voidExchange. setDestination(Destination destination)voidExchangeImpl. setDestination(Destination d)voidMessageImpl. setDestination(Destination d) -
Uses of Destination in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type Destination Modifier and Type Method Description <T> TPolicyDataEngine. getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator) -
Uses of Destination in org.apache.cxf.transport
Subinterfaces of Destination in org.apache.cxf.transport Modifier and Type Interface Description interfaceMultiplexDestinationA 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 Modifier and Type Class Description classAbstractDestinationAbstract 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.classAbstractMultiplexDestinationMethods in org.apache.cxf.transport that return Destination Modifier and Type Method Description DestinationDestinationFactory. getDestination(EndpointInfo ei, Bus bus)Create a destination. -
Uses of Destination in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Destination Modifier and Type Class Description classorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of Destination in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Destination Modifier and Type Class Description classorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
Uses of Destination in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return Destination Modifier and Type Method Description static DestinationContextUtils. createDecoupledDestination(Exchange exchange, EndpointReferenceType reference) -
Uses of Destination in org.jboss.wsf.stack.cxf.addons.transports.udp
Classes in org.jboss.wsf.stack.cxf.addons.transports.udp that implement Destination Modifier and Type Class Description classUDPDestinationA modified version of Apache CXF org.apache.cxf.transport.udp.UDPDestination that does not rely on Apache Mina and directly uses basic java.io for any type of datagram.Methods in org.jboss.wsf.stack.cxf.addons.transports.udp that return Destination Modifier and Type Method Description DestinationUDPTransportFactory. getDestination(EndpointInfo ei, Bus bus)protected DestinationUDPTransportFactory. getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus) -
Uses of Destination in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement Destination Modifier and Type Class Description classUndertowServerDestinationHTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.
-