@Deprecated public class EmbeddedContainer extends Object
| Constructor and Description |
|---|
EmbeddedContainer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
getBootstrap()
Deprecated.
|
static boolean |
isServlet()
Deprecated.
Exists for tests that require a servlet container behind the scenes.
|
static void |
setBootstrap(Class bootstrap)
Deprecated.
|
static ResteasyDeployment |
start()
Deprecated.
|
static ResteasyDeployment |
start(Hashtable<String,String> initParams)
Deprecated.
|
static ResteasyDeployment |
start(Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static void |
start(ResteasyDeployment deployment)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
Hashtable<String,String> initParams)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
SecurityDomain domain)
Deprecated.
|
static void |
stop()
Deprecated.
|
public static Class getBootstrap()
public static boolean isServlet()
public static void setBootstrap(Class bootstrap)
public static ResteasyDeployment start() throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath) throws Exception
Exceptionpublic static ResteasyDeployment start(Hashtable<String,String> initParams) throws Exception
Exceptionpublic static ResteasyDeployment start(Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
Exceptionpublic static void start(ResteasyDeployment deployment) throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.