public class HttpReqResDispatchProvider extends Object implements ResourceMethodDispatchProvider, ResourceMethodCustomInvokerDispatchProvider
Constructor and Description |
---|
HttpReqResDispatchProvider() |
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.