Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jaxws_spi | |
org.apache.cxf.transport.servlet |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
DestinationRegistryImpl.checkRestfulRequest(String address) |
AbstractHTTPDestination |
DestinationRegistry.checkRestfulRequest(String address) |
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
AbstractHTTPDestination |
DestinationRegistryImpl.getDestinationForPath(String path) |
AbstractHTTPDestination |
DestinationRegistry.getDestinationForPath(String path) |
AbstractHTTPDestination |
DestinationRegistryImpl.getDestinationForPath(String path,
boolean tryDecoding) |
AbstractHTTPDestination |
DestinationRegistry.getDestinationForPath(String path,
boolean tryDecoding) |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractHTTPDestination> |
DestinationRegistryImpl.getDestinations() |
Collection<AbstractHTTPDestination> |
DestinationRegistry.getDestinations() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationRegistryImpl.addDestination(AbstractHTTPDestination destination) |
void |
DestinationRegistry.addDestination(AbstractHTTPDestination destination) |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Modifier and Type | Method and Description |
---|---|
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) |
Apache CXF