ch.hsr.bieridee
Class Dispatcher

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by ch.hsr.bieridee.Dispatcher
All Implemented Interfaces:
org.restlet.Uniform

public class Dispatcher
extends org.restlet.Application

Dispatcher for the RESTlet resources.


Constructor Summary
Dispatcher()
          Creates the dispatcher and thus the application.
 
Method Summary
 org.restlet.Restlet createInboundRoot()
          Creates a root Restlet that will receive all incoming calls.
 
Methods inherited from class org.restlet.Application
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
createFinder, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setFinderClass, setName, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher

public Dispatcher()
Creates the dispatcher and thus the application.

Method Detail

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Creates a root Restlet that will receive all incoming calls.

Overrides:
createInboundRoot in class org.restlet.Application
Returns:
A restlet router