public class Root
extends org.restlet.Application
Constructor and Description |
---|
Root(OutputWSConfig outputWSConfig,
OutputWSService outputWSService)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canServeRequest()
Indicates whether hte service is running and can serve requests.
|
org.restlet.Restlet |
createInboundRoot()
Creates a root Restlet that will receive all incoming calls.
|
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
public Root(OutputWSConfig outputWSConfig, OutputWSService outputWSService)
outputWSConfig
- configuration of the output webservice from the global configuration fileoutputWSService
- OutputWSService instancepublic org.restlet.Restlet createInboundRoot()
createInboundRoot
in class org.restlet.Application
public boolean canServeRequest()
Copyright © 2013. All Rights Reserved.