public final class ResourceMethodDispatcherFactory extends Object implements ResourceMethodDispatchProvider
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod)
Create a
RequestDispatcher for a resource method of
a resource. |
static ResourceMethodDispatchProvider |
create(ProviderServices providerServices) |
public static ResourceMethodDispatchProvider create(ProviderServices providerServices)
public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
ResourceMethodDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodDispatchProvider
abstractResourceMethod
- the abstract resource method.Copyright © 2013 Oracle Corporation. All rights reserved.