com.atlassian.plugins.rest.common.interceptor.impl
Class EntityParamDispatchProviderWrapper

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
      extended by com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
          extended by com.atlassian.plugins.rest.common.interceptor.impl.EntityParamDispatchProviderWrapper
All Implemented Interfaces:
com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider, com.sun.jersey.spi.container.ResourceMethodDispatchProvider

public class EntityParamDispatchProviderWrapper
extends com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider

Wraps the EntityParamDispatchProvider while hooking in the interceptor chain execution

Since:
2.0

Constructor Summary
EntityParamDispatchProviderWrapper()
           
 
Method Summary
 com.sun.jersey.spi.dispatch.RequestDispatcher create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod)
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
getInjectableValuesProvider
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
create, getInjectableProviderContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityParamDispatchProviderWrapper

public EntityParamDispatchProviderWrapper()
Method Detail

create

public com.sun.jersey.spi.dispatch.RequestDispatcher create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod)
Specified by:
create in interface com.sun.jersey.spi.container.ResourceMethodDispatchProvider
Overrides:
create in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider


Copyright © 2014 Atlassian. All Rights Reserved.