org.jboss.resteasy.test
Class TJWSServletContainer

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

public class TJWSServletContainer
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
static TJWSEmbeddedJaxrsServer tjws
           
 
Constructor Summary
TJWSServletContainer()
           
 
Method Summary
static Dispatcher start()
           
static void start(Dispatcher dispatcher)
           
static Dispatcher start(java.lang.String bindPath)
           
static Dispatcher start(java.lang.String bindPath, SecurityDomain domain)
           
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 Dispatcher start()
                        throws java.lang.Exception
Throws:
java.lang.Exception

start

public static Dispatcher start(java.lang.String bindPath)
                        throws java.lang.Exception
Throws:
java.lang.Exception

start

public static void start(Dispatcher dispatcher)
                  throws java.lang.Exception
Throws:
java.lang.Exception

start

public static Dispatcher start(java.lang.String bindPath,
                               SecurityDomain domain)
                        throws java.lang.Exception
Throws:
java.lang.Exception

stop

public static void stop()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.