Apache CXF API

org.apache.cxf.transport.http
Interface DestinationRegistry

All Known Implementing Classes:
DestinationRegistryImpl

public interface DestinationRegistry


Method Summary
 void addDestination(AbstractHTTPDestination destination)
           
 AbstractHTTPDestination checkRestfulRequest(String address)
           
 AbstractHTTPDestination getDestinationForPath(String path)
           
 AbstractHTTPDestination getDestinationForPath(String path, boolean tryDecoding)
           
 Collection<AbstractHTTPDestination> getDestinations()
           
 Set<String> getDestinationsPaths()
           
 AbstractDestination[] getSortedDestinations()
           
 void removeDestination(String path)
           
 

Method Detail

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 API

Apache CXF