|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Restlet
org.restlet.Application
eu.larkc.core.endpoint.test.TestEndpoint
public class TestEndpoint
This class implements an endpoint for testing purpose.
Constructor Summary | |
---|---|
TestEndpoint(Endpoint endpoint)
Constructor that takes the executor as parameter. |
Method Summary | |
---|---|
org.restlet.Restlet |
createInboundRoot()
Creates a root Restlet that will receive all incoming calls. |
Endpoint |
getEndpoint()
Getter. |
Methods inherited from class org.restlet.Application |
---|
createOutboundRoot, createRoot, getConnectorService, getConverterService, getCurrent, getDecoderService, getFinderClass, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getRoot, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setContext, setConverterService, setCurrent, setDecoderService, setFinderClass, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setRangeService, setRoles, setRoot, setRoot, setStatusService, setTaskService, setTunnelService, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwner |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEndpoint(Endpoint endpoint)
endpoint
- the executor that is responsible for this endpointMethod Detail |
---|
public org.restlet.Restlet createInboundRoot()
createInboundRoot
in class org.restlet.Application
public Endpoint getEndpoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |