|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocableResourceMethod
A common interface for resource methods, sub-resource methods and sub-resource locators directly bound to a concrete Java method.
These methods of the declaring resource class are invoked by a Java method dispatcher at runtime.
ResourceMethod,
SubResourceMethod,
SubResourceLocator,
ResourceMethodDispatcher| Method Summary | |
|---|---|
ResourceClass |
getDeclaringResource()
Getter for the enclosing resource class instance. |
Type |
getGenericReturnType()
Getter for the method generic return type |
Method |
getMethod()
Getter for the Java method |
Class<?> |
getReturnType()
Getter for the method return type |
| Methods inherited from interface org.glassfish.jersey.server.model.Parameterized |
|---|
getParameters, hasEntity |
| Methods inherited from interface org.glassfish.jersey.server.model.ConsumesProducesEnabledComponent |
|---|
areInputTypesDeclared, areOutputTypesDeclared, getSupportedInputTypes, getSupportedOutputTypes, setAreInputTypesDeclared, setAreOutputTypesDeclared |
| Methods inherited from interface org.glassfish.jersey.server.model.SuspendableComponent |
|---|
declareSuspend, getSuspendTimeout, getSuspendTimeoutUnit, isSuspendDeclared |
| Method Detail |
|---|
ResourceClass getDeclaringResource()
Method getMethod()
Class<?> getReturnType()
Type getGenericReturnType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||