public class VoidVoidDispatchProvider extends Object implements ResourceMethodDispatchProvider, ResourceMethodCustomInvokerDispatchProvider
Modifier and Type | Class and Description |
---|---|
static class |
VoidVoidDispatchProvider.VoidVoidMethodInvoker |
Constructor and Description |
---|
VoidVoidDispatchProvider() |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod)
Create a
RequestDispatcher for a resource method of
a resource. |
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker)
Create a
RequestDispatcher for a resource method of
a resource. |
public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
ResourceMethodDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodDispatchProvider
abstractResourceMethod
- the abstract resource method.public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodCustomInvokerDispatchProvider
abstractResourceMethod
- the abstract resource method.invoker
- custom Java method invoker instanceCopyright © 2013 Oracle Corporation. All rights reserved.