| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| org.jboss.example.jaxrs2.async | |
| org.jboss.resteasy.core | |
| org.jboss.resteasy.example.oauth | |
| org.jboss.resteasy.example.pubsub | |
| org.jboss.resteasy.examples | |
| org.jboss.resteasy.plugins.server.servlet | |
| org.jboss.resteasy.skeleton.key.idm.service | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.test.application | |
| org.jboss.resteasy.test.async |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
RuntimeDelegate.createEndpoint(Application application,
Class<T> endpointType)
Create a configured instance of the supplied endpoint type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatApplication |
class |
CustomerApplication |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ThreadLocalResteasyProviderFactory.createEndpoint(Application applicationConfig,
Class<T> endpointType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataApplication |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubApplication |
| Modifier and Type | Class and Description |
|---|---|
class |
OrdersApplication |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletContainerDispatcher.processApplication(Application config) |
| Modifier and Type | Class and Description |
|---|---|
class |
SkeletonKeyApplication |
| Modifier and Type | Field and Description |
|---|---|
protected Application |
ResteasyDeployment.application |
| Modifier and Type | Method and Description |
|---|---|
static Application |
ResteasyDeployment.createApplication(String applicationClass,
Dispatcher dispatcher,
ResteasyProviderFactory providerFactory) |
Application |
ResteasyDeployment.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResteasyProviderFactory.createEndpoint(Application applicationConfig,
Class<T> endpointType)
this is a spec method that is unsupported.
|
protected boolean |
ResteasyDeployment.processApplication(Application config) |
void |
ResteasyDeployment.setApplication(Application application) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyApplication
This is for RESTEASY-381
|
| Constructor and Description |
|---|
FooExceptionMapper(Application application,
javax.servlet.ServletConfig servletConfig,
javax.servlet.ServletContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyApp |
Copyright © 2013. All Rights Reserved.