Class SeBootstrapTest
- java.lang.Object
-
- org.jboss.resteasy.bootstrap.test.SeBootstrapTest
-
public abstract class SeBootstrapTest extends Object
- Author:
- James R. Perkins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SeBootstrapTest.DefaultApplication
static class
SeBootstrapTest.NonIndexedResource
static class
SeBootstrapTest.NoScanAnnotation
static class
SeBootstrapTest.SeBootstrapApplication1
static class
SeBootstrapTest.SeBootstrapApplication2
static class
SeBootstrapTest.TestResource
-
Constructor Summary
Constructors Constructor Description SeBootstrapTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
bootWithApplication()
void
constructedApplication()
protected abstract Class<? extends EmbeddedServer>
getEmbeddedServerClass()
void
httpsConnection()
void
resourceDefined()
void
resourceScanned()
void
scanningDisabled()
void
shutdown()
protected void
start(jakarta.ws.rs.core.Application application)
protected void
start(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration)
protected void
start(Class<? extends jakarta.ws.rs.core.Application> application)
void
unwrap()
-
-
-
Method Detail
-
getEmbeddedServerClass
protected abstract Class<? extends EmbeddedServer> getEmbeddedServerClass()
-
start
protected void start(Class<? extends jakarta.ws.rs.core.Application> application) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
start
protected void start(jakarta.ws.rs.core.Application application) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
start
protected void start(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
-