|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocable | |
|---|---|
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| org.glassfish.jersey.server.spi.internal | Jersey server-side internal service provider contract (SPI) classes. |
| 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<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 handlingMethod,
boolean encodedParameters)
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 |
ResourceModelVisitor.visitInvocable(Invocable invocable)
Visit a single resource method invocable model. |
void |
BasicValidator.visitInvocable(Invocable invocable)
|
| 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 | |||||||||