org.apache.cxf.transport.http
Interface DestinationRegistry
- All Known Implementing Classes:
- DestinationRegistryImpl
public interface DestinationRegistry
addDestination
void addDestination(AbstractHTTPDestination destination)
removeDestination
void removeDestination(String path)
getDestinationForPath
AbstractHTTPDestination getDestinationForPath(String path)
getDestinationForPath
AbstractHTTPDestination getDestinationForPath(String path,
boolean tryDecoding)
checkRestfulRequest
AbstractHTTPDestination checkRestfulRequest(String address)
getDestinations
Collection<AbstractHTTPDestination> getDestinations()
getSortedDestinations
AbstractDestination[] getSortedDestinations()
getDestinationsPaths
Set<String> getDestinationsPaths()
Apache CXF