org.jboss.resteasy.test
Class TJWSServletContainer

java.lang.Object
  extended by org.jboss.resteasy.test.TJWSServletContainer

public class TJWSServletContainer
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
static TJWSEmbeddedJaxrsServer tjws
           
 
Constructor Summary
TJWSServletContainer()
           
 
Method Summary
static ResteasyDeployment start()
           
static void start(ResteasyDeployment deployment)
           
static ResteasyDeployment start(String bindPath)
           
static ResteasyDeployment start(String bindPath, SecurityDomain domain)
           
static ResteasyDeployment start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)
           
static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tjws

public static TJWSEmbeddedJaxrsServer tjws
Constructor Detail

TJWSServletContainer

public TJWSServletContainer()
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 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,
                                       ResteasyDeployment deployment)
                                throws Exception
Throws:
Exception

stop

public static void stop()
                 throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.