com.atlassian.plugins.rest.common.interceptor.impl
Class DispatchProviderHelper
java.lang.Object
com.atlassian.plugins.rest.common.interceptor.impl.DispatchProviderHelper
public class DispatchProviderHelper
- extends java.lang.Object
Helps invoke the appropriate method, wrapping the execution in an interceptor chain.
This is a private class and used by the EntityParamDispatchProviderWrapper
and MultipartFormDispatchProvider
which both will use this helper class to wrap calls to rest methods with interceptors.
- Since:
- 2.0
|
Method Summary |
com.sun.jersey.spi.dispatch.RequestDispatcher |
create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod,
com.sun.jersey.server.impl.inject.InjectableValuesProvider pp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchProviderHelper
public DispatchProviderHelper(InterceptorChainBuilder interceptorChainBuilder)
create
public com.sun.jersey.spi.dispatch.RequestDispatcher create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod,
com.sun.jersey.server.impl.inject.InjectableValuesProvider pp)
Copyright © 2014 Atlassian. All Rights Reserved.