|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
@Singleton public final class ResourceMethodInvocationHandlerFactory
An injectable resource method
invocation handler provider factory.
resource method invocation handler providers invoking their
createPatternFor(...)
methods and returns the first non-null invocation handler instance retrieved from the providers. If no custom providers
are available, or if none of the providers returns a non-null invocation handler,
in such case a default invocation handler provided by the factory is returned.
| Method Summary | |
|---|---|
java.lang.reflect.InvocationHandler |
create(Invocable resourceMethod)
Get the invocation handler for the invocable resource method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.reflect.InvocationHandler create(Invocable resourceMethod)
ResourceMethodInvocationHandlerProvidernull in case the method is not supported by the provider for whatever
reason.
create in interface ResourceMethodInvocationHandlerProviderresourceMethod - invocable resource method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||