Uses of Class
org.apache.cxf.transport.AbstractDestination
-
-
Uses of AbstractDestination in org.apache.cxf.transport
Subclasses of AbstractDestination in org.apache.cxf.transport Modifier and Type Class Description classAbstractMultiplexDestination -
Uses of AbstractDestination in org.apache.cxf.transport.http
Subclasses of AbstractDestination in org.apache.cxf.transport.http Modifier and Type Class Description classAbstractHTTPDestinationCommon base for HTTP Destination implementations.Methods in org.apache.cxf.transport.http that return AbstractDestination Modifier and Type Method Description AbstractDestination[]DestinationRegistry. getSortedDestinations()AbstractDestination[]DestinationRegistryImpl. getSortedDestinations() -
Uses of AbstractDestination in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractDestination in org.apache.cxf.transport.http_jaxws_spi Modifier and Type Class Description classJAXWSHttpSpiDestination -
Uses of AbstractDestination in org.apache.cxf.transport.http_jetty
Subclasses of AbstractDestination in org.apache.cxf.transport.http_jetty Modifier and Type Class Description classJettyHTTPDestination -
Uses of AbstractDestination in org.apache.cxf.transport.http_undertow
Subclasses of AbstractDestination in org.apache.cxf.transport.http_undertow Modifier and Type Class Description classUndertowHTTPDestination -
Uses of AbstractDestination in org.apache.cxf.transport.http.netty.server
Subclasses of AbstractDestination in org.apache.cxf.transport.http.netty.server Modifier and Type Class Description classNettyHttpDestination -
Uses of AbstractDestination in org.apache.cxf.transport.jms
Subclasses of AbstractDestination in org.apache.cxf.transport.jms Modifier and Type Class Description classJMSDestination -
Uses of AbstractDestination in org.apache.cxf.transport.local
Subclasses of AbstractDestination in org.apache.cxf.transport.local Modifier and Type Class Description classLocalDestination -
Uses of AbstractDestination in org.apache.cxf.transport.servlet
Subclasses of AbstractDestination in org.apache.cxf.transport.servlet Modifier and Type Class Description classServletDestinationMethods in org.apache.cxf.transport.servlet with parameters of type AbstractDestination Modifier and Type Method Description static voidBaseUrlHelper. setAddress(AbstractDestination dest, String absAddress) -
Uses of AbstractDestination in org.apache.cxf.transport.servlet.servicelist
Methods in org.apache.cxf.transport.servlet.servicelist with parameters of type AbstractDestination Modifier and Type Method Description voidFormattedServiceListWriter. writeServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)voidServiceListWriter. writeServiceList(PrintWriter writer, String baseAddress, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)voidUnformattedServiceListWriter. writeServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations) -
Uses of AbstractDestination in org.apache.cxf.transport.udp
Subclasses of AbstractDestination in org.apache.cxf.transport.udp Modifier and Type Class Description classUDPDestination -
Uses of AbstractDestination in org.apache.cxf.transport.websocket.atmosphere
Subclasses of AbstractDestination in org.apache.cxf.transport.websocket.atmosphere Modifier and Type Class Description classAtmosphereWebSocketJettyDestinationclassAtmosphereWebSocketServletDestinationWebSocket Servlet Destination based on AtmosphereclassAtmosphereWebSocketUndertowDestination -
Uses of AbstractDestination in org.apache.cxf.transport.websocket.jetty10
Subclasses of AbstractDestination in org.apache.cxf.transport.websocket.jetty10 Modifier and Type Class Description classJetty10WebSocketDestination -
Uses of AbstractDestination in org.apache.cxf.transport.websocket.undertow
Subclasses of AbstractDestination in org.apache.cxf.transport.websocket.undertow Modifier and Type Class Description classUndertowWebSocketDestination
-