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)
ResourceMethodDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodDispatchProviderabstractResourceMethod - the abstract resource method.public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodCustomInvokerDispatchProviderabstractResourceMethod - the abstract resource method.invoker - custom Java method invoker instanceCopyright © 2014 Oracle Corporation. All rights reserved.