public abstract class BaseRestServer extends Object implements RestServer
| Constructor and Description |
|---|
BaseRestServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(Class resourceDef,
Object resourceInstance,
String contextPath) |
void |
start(URL url) |
void |
undeploy(Class resourceDef) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstoppublic void start(URL url)
start in interface RestServerpublic void deploy(Class resourceDef, Object resourceInstance, String contextPath)
deploy in interface RestServerresourceDef - it could be either resource interface or resource implpublic void undeploy(Class resourceDef)
undeploy in interface RestServerCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.