Package org.apache.cxf.transport.http
Interface DestinationRegistry
- All Known Implementing Classes:
DestinationRegistryImpl
public interface DestinationRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDestination(AbstractHTTPDestination destination) checkRestfulRequest(String address) getDestinationForPath(String path) getDestinationForPath(String path, boolean tryDecoding) org.apache.cxf.transport.AbstractDestination[]voidremoveDestination(String path)
-
Method Details
-
addDestination
-
removeDestination
-
getDestinationForPath
-
getDestinationForPath
-
checkRestfulRequest
-
getDestinations
Collection<AbstractHTTPDestination> getDestinations() -
getSortedDestinations
org.apache.cxf.transport.AbstractDestination[] getSortedDestinations() -
getDestinationsPaths
-