| Package | Description |
|---|---|
| org.apache.cxf.transport.http | |
| org.apache.cxf.transport.servlet |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
DestinationRegistry.checkRestfulRequest(String address) |
AbstractHTTPDestination |
DestinationRegistryImpl.checkRestfulRequest(String address) |
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractHTTPDestination> |
DestinationRegistry.getDestinations() |
Collection<AbstractHTTPDestination> |
DestinationRegistryImpl.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationRegistry.addDestination(AbstractHTTPDestination destination) |
void |
DestinationRegistryImpl.addDestination(AbstractHTTPDestination destination) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletDestination |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.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) |
protected void |
ServletController.updateDestination(javax.servlet.http.HttpServletRequest request,
String base,
AbstractHTTPDestination d) |
Apache CXF