|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
@Singleton public final class ResourceMethodDispatcherFactory
| Method Summary | |
|---|---|
ResourceMethodDispatcher |
create(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler)
Create a resource method dispatcher for
a given invocable resource method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ResourceMethodDispatcher create(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler)
ResourceMethodDispatcher.Providerresource method dispatcher for
a given invocable resource method.
If the provider supports the invocable resource method, it will
return a new non-null dispatcher instance configured to invoke the supplied
invocable resource method via the provided invocation handler whenever the
dispatch(...)
method is called on that dispatcher instance.
create in interface ResourceMethodDispatcher.ProviderresourceMethod - the invocable resource method.handler - invocation handler to be used for the resource method invocation.
null if it could not be
created for the given resource method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||