public class TJWSEmbeddedJaxrsServer extends TJWSServletServer implements EmbeddedJaxrsServer
TJWSServletServer.FileMappingServe
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,String> |
contextParameters |
protected ResteasyDeployment |
deployment |
protected Hashtable<String,String> |
initParameters |
protected String |
rootResourcePath |
protected TJWSServletDispatcher |
servlet |
props, server
Constructor and Description |
---|
TJWSEmbeddedJaxrsServer() |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
getDeployment() |
String |
getPort() |
String |
getProperty(String key) |
void |
setContextParameters(Hashtable<String,String> contextParameters) |
void |
setDeployment(ResteasyDeployment deployment) |
void |
setInitParameters(Hashtable<String,String> initParameters) |
void |
setRootResourcePath(String rootResourcePath) |
void |
setSecurityDomain(SecurityDomain sc) |
void |
start() |
addFileMapping, addServlet, addServlet, addServlet, setBindAddress, setKeepAlive, setKeepAliveTimeout, setMaxKeepAliveConnections, setPort, setProps, setSessionTimeout, setSSLAlgorithm, setSSLKeyStoreFile, setSSLKeyStorePass, setSSLKeyStoreType, setSSLPort, setSSLProtocol, setThreadPoolSize, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stop
protected ResteasyDeployment deployment
protected TJWSServletDispatcher servlet
protected String rootResourcePath
public void setRootResourcePath(String rootResourcePath)
setRootResourcePath
in interface EmbeddedJaxrsServer
public ResteasyDeployment getDeployment()
getDeployment
in interface EmbeddedJaxrsServer
public void setDeployment(ResteasyDeployment deployment)
setDeployment
in interface EmbeddedJaxrsServer
public void start()
start
in interface EmbeddedJaxrsServer
start
in class TJWSServletServer
public void setSecurityDomain(SecurityDomain sc)
setSecurityDomain
in interface EmbeddedJaxrsServer
public String getPort()
Copyright © 2015. All Rights Reserved.