|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocable | |
|---|---|
| org.glassfish.jersey.server.internal.inject | Jersey server-side JAX-RS injection support classes. |
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| org.glassfish.jersey.server.model.internal | Jersey server-side internal model related and routing helper classes. |
| org.glassfish.jersey.server.spi.internal | Jersey server-side internal service provider contract (SPI) classes. |
| Uses of Invocable in org.glassfish.jersey.server.internal.inject |
|---|
| Methods in org.glassfish.jersey.server.internal.inject with parameters of type Invocable | |
|---|---|
void |
ConfiguredValidator.validateResourceAndInputParams(Object resource,
Invocable resourceMethod,
Object[] args)
Validates resource class instance and input parameters of the method. |
void |
ConfiguredValidator.validateResult(Object resource,
Invocable resourceMethod,
Object result)
Validates response instance / response entity of the method. |
| Uses of Invocable in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return Invocable | ||
|---|---|---|
static Invocable |
Invocable.create(Class<? extends Inflector> inflectorClass)
Create a new resource method invocable model backed by an inflector class. |
|
static
|
Invocable.create(Inflector<javax.ws.rs.core.Request,T> inflector)
Create a new resource method invocable model backed by an inflector instance. |
|
static Invocable |
Invocable.create(MethodHandler handler,
Method handlingMethod)
Create a new resource method invocable model. |
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
boolean encodedParameters)
Create a new resource method invocable model. |
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
Method handlingMethod,
boolean encodedParameters)
Create a new resource method invocable model. |
|
static Invocable |
Invocable.create(MethodHandler handler,
Method definitionMethod,
Method handlingMethod,
boolean encodedParameters,
Type routingResponseType)
Create a new resource method invocable model. |
|
Invocable |
ResourceMethod.getInvocable()
Get the invocable method model. |
|
| Methods in org.glassfish.jersey.server.model with parameters of type Invocable | |
|---|---|
void |
AbstractResourceModelVisitor.visitInvocable(Invocable invocable)
|
void |
ResourceModelVisitor.visitInvocable(Invocable invocable)
Visit a single resource method invocable model. |
| Uses of Invocable in org.glassfish.jersey.server.model.internal |
|---|
| Methods in org.glassfish.jersey.server.model.internal with parameters of type Invocable | |
|---|---|
InvocationHandler |
ResourceMethodInvocationHandlerFactory.create(Invocable resourceMethod)
|
ResourceMethodDispatcher |
ResourceMethodDispatcherFactory.create(Invocable resourceMethod,
InvocationHandler handler)
|
| Uses of Invocable in org.glassfish.jersey.server.spi.internal |
|---|
| Methods in org.glassfish.jersey.server.spi.internal with parameters of type Invocable | |
|---|---|
InvocationHandler |
ResourceMethodInvocationHandlerProvider.create(Invocable method)
Get the invocation handler for the invocable resource method. |
ResourceMethodDispatcher |
ResourceMethodDispatcher.Provider.create(Invocable method,
InvocationHandler handler)
Create a resource method dispatcher for
a given invocable resource method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||