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