Apache CXF API

Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination

Packages that use AbstractHTTPDestination
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.websocket   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return AbstractHTTPDestination
 AbstractHTTPDestination DestinationRegistry.checkRestfulRequest(String address)
           
 AbstractHTTPDestination DestinationRegistryImpl.checkRestfulRequest(String address)
           
 AbstractHTTPDestination HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 AbstractHTTPDestination DestinationRegistry.getDestinationForPath(String path)
           
 AbstractHTTPDestination DestinationRegistryImpl.getDestinationForPath(String path)
           
 AbstractHTTPDestination DestinationRegistry.getDestinationForPath(String path, boolean tryDecoding)
           
 AbstractHTTPDestination DestinationRegistryImpl.getDestinationForPath(String path, boolean tryDecoding)
           
 

Methods in org.apache.cxf.transport.http that return types with arguments of type AbstractHTTPDestination
 Collection<AbstractHTTPDestination> DestinationRegistry.getDestinations()
           
 Collection<AbstractHTTPDestination> DestinationRegistryImpl.getDestinations()
           
 

Methods in org.apache.cxf.transport.http with parameters of type AbstractHTTPDestination
 void DestinationRegistry.addDestination(AbstractHTTPDestination destination)
           
 void DestinationRegistryImpl.addDestination(AbstractHTTPDestination destination)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_jetty
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_jetty
 class JettyHTTPDestination
           
 

Methods in org.apache.cxf.transport.http_jetty that return AbstractHTTPDestination
 AbstractHTTPDestination JettyDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.server
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.server
 class NettyHttpDestination
           
 

Methods in org.apache.cxf.transport.http.netty.server that return AbstractHTTPDestination
 AbstractHTTPDestination NettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
 class ServletDestination
           
 

Methods in org.apache.cxf.transport.servlet that return AbstractHTTPDestination
 AbstractHTTPDestination ServletDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 

Methods in org.apache.cxf.transport.servlet with parameters of type AbstractHTTPDestination
 void ServletController.invokeDestination(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AbstractHTTPDestination d)
           
protected  void ServletController.updateDestination(javax.servlet.http.HttpServletRequest request, AbstractHTTPDestination d)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket
 

Methods in org.apache.cxf.transport.websocket that return AbstractHTTPDestination
 AbstractHTTPDestination WebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
 class AtmosphereWebSocketServletDestination
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty
 class JettyWebSocketDestination
           
 class JettyWebSocketServletDestination
           
 

Methods in org.apache.cxf.transport.websocket.jetty with parameters of type AbstractHTTPDestination
 void JettyWebSocketManager.init(AbstractHTTPDestination dest)
           
 


Apache CXF API

Apache CXF