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)
ResourceMethodDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodDispatchProviderabstractResourceMethod - the abstract resource method.Copyright © 2016 Oracle Corporation. All rights reserved.