public interface DestinationRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addDestination(AbstractHTTPDestination destination) |
AbstractHTTPDestination |
checkRestfulRequest(String address) |
AbstractHTTPDestination |
getDestinationForPath(String path) |
AbstractHTTPDestination |
getDestinationForPath(String path,
boolean tryDecoding) |
Collection<AbstractHTTPDestination> |
getDestinations() |
Set<String> |
getDestinationsPaths() |
org.apache.cxf.transport.AbstractDestination[] |
getSortedDestinations() |
void |
removeDestination(String path) |
void addDestination(AbstractHTTPDestination destination)
void removeDestination(String path)
AbstractHTTPDestination getDestinationForPath(String path)
AbstractHTTPDestination getDestinationForPath(String path, boolean tryDecoding)
AbstractHTTPDestination checkRestfulRequest(String address)
Collection<AbstractHTTPDestination> getDestinations()
org.apache.cxf.transport.AbstractDestination[] getSortedDestinations()
Apache CXF