Class VertxContainer
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.server.vertx.VertxContainer
 
 
- 
public class VertxContainer extends Object
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static VertxJaxrsServervertx 
- 
Constructor Summary
Constructors Constructor Description VertxContainer() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static VertxResteasyDeploymentstart()static VertxResteasyDeploymentstart(String bindPath)static VertxResteasyDeploymentstart(String bindPath, SecurityDomain domain)static VertxResteasyDeploymentstart(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment)static voidstart(VertxResteasyDeployment deployment)static voidstop() 
 - 
 
- 
- 
Field Detail
- 
vertx
public static VertxJaxrsServer vertx
 
 - 
 
- 
Method Detail
- 
start
public static VertxResteasyDeployment start() throws Exception
- Throws:
 Exception
 
- 
start
public static VertxResteasyDeployment start(String bindPath) throws Exception
- Throws:
 Exception
 
- 
start
public static void start(VertxResteasyDeployment deployment) throws Exception
- Throws:
 Exception
 
- 
start
public static VertxResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
- Throws:
 Exception
 
- 
start
public static VertxResteasyDeployment start(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment) throws Exception
- Throws:
 Exception
 
 - 
 
 -