Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.jsapi.i18n | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.spi.interception |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no interceptor framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.wadl |
Modifier and Type | Field and Description |
---|---|
protected ResourceMethodInvoker |
AbstractAsynchronousResponse.method |
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker |
AbstractAsynchronousResponse.getMethod() |
Modifier and Type | Method and Description |
---|---|
protected static void |
ServerResponseWriter.setDefaultContentType(HttpRequest request,
BuiltResponse jaxrsResponse,
ResteasyProviderFactory providerFactory,
ResourceMethodInvoker method) |
void |
AbstractAsynchronousResponse.setMethod(ResourceMethodInvoker method) |
Modifier and Type | Field and Description |
---|---|
protected ResourceMethodInvoker |
PostMatchContainerRequestContext.resourceMethod |
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker |
PostMatchContainerRequestContext.getResourceMethod() |
Constructor and Description |
---|
PostMatchContainerRequestContext(HttpRequest request,
ResourceMethodInvoker resourceMethod) |
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker |
MethodMetaData.getResource() |
Constructor and Description |
---|
MethodMetaData(ServiceRegistry serviceRegistry,
ResourceMethodInvoker resource) |
Modifier and Type | Method and Description |
---|---|
String |
Messages.invoker(ResourceMethodInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker |
ResteasyAsynchronousResponse.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyAsynchronousResponse.setMethod(ResourceMethodInvoker method) |
Modifier and Type | Method and Description |
---|---|
ServerResponse |
PreProcessInterceptor.preProcess(HttpRequest request,
ResourceMethodInvoker method)
Deprecated.
Preprocess resource method invocation
|
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker |
ResteasyWadlMethodMetaData.getResourceInvoker() |
Constructor and Description |
---|
ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry,
ResourceMethodInvoker resourceInvoker) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.