Class HttpServerContainer
- java.lang.Object
-
- org.jboss.resteasy.plugins.server.sun.http.HttpServerContainer
-
public class HttpServerContainer extends Object
Sun HttpServerContainer- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static SunHttpJaxrsServersun
-
Constructor Summary
Constructors Constructor Description HttpServerContainer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static ResteasyDeploymentstart()static ResteasyDeploymentstart(String bindPath)static ResteasyDeploymentstart(String bindPath, Hashtable<String,String> initParams)static ResteasyDeploymentstart(String bindPath, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static ResteasyDeploymentstart(String bindPath, SecurityDomain domain)static ResteasyDeploymentstart(String bindPath, SecurityDomain domain, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static ResteasyDeploymentstart(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)static voidstart(ResteasyDeployment deployment)static voidstop()
-
-
-
Field Detail
-
sun
public static SunHttpJaxrsServer sun
-
-
Method Detail
-
start
public static ResteasyDeployment start() throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath) throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams) throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
- Throws:
Exception
-
start
public static void start(ResteasyDeployment deployment) throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
- Throws:
Exception
-
-