com.xebialabs.deployit.core.rest.resteasy
Class WorkdirInjectorFactory.WorkdirMethodInjector

java.lang.Object
  extended by org.jboss.resteasy.core.MethodInjectorImpl
      extended by com.xebialabs.deployit.core.rest.resteasy.WorkdirInjectorFactory.WorkdirMethodInjector
All Implemented Interfaces:
org.jboss.resteasy.spi.MethodInjector
Enclosing class:
WorkdirInjectorFactory

public static class WorkdirInjectorFactory.WorkdirMethodInjector
extends org.jboss.resteasy.core.MethodInjectorImpl


Field Summary
 
Fields inherited from class org.jboss.resteasy.core.MethodInjectorImpl
factory, invokedMethod, params, rootClass, validatorAdapter
 
Constructor Summary
WorkdirInjectorFactory.WorkdirMethodInjector(java.lang.Class<?> root, java.lang.reflect.Method method, org.jboss.resteasy.spi.ResteasyProviderFactory factory)
           
 
Method Summary
 java.lang.Object invoke(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse httpResponse, java.lang.Object resource)
           
 
Methods inherited from class org.jboss.resteasy.core.MethodInjectorImpl
findInterfaceBasedMethod, getParams, injectArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkdirInjectorFactory.WorkdirMethodInjector

public WorkdirInjectorFactory.WorkdirMethodInjector(java.lang.Class<?> root,
                                                    java.lang.reflect.Method method,
                                                    org.jboss.resteasy.spi.ResteasyProviderFactory factory)
Method Detail

invoke

public java.lang.Object invoke(org.jboss.resteasy.spi.HttpRequest request,
                               org.jboss.resteasy.spi.HttpResponse httpResponse,
                               java.lang.Object resource)
                        throws org.jboss.resteasy.spi.Failure,
                               org.jboss.resteasy.spi.ApplicationException,
                               javax.ws.rs.WebApplicationException
Specified by:
invoke in interface org.jboss.resteasy.spi.MethodInjector
Overrides:
invoke in class org.jboss.resteasy.core.MethodInjectorImpl
Throws:
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.ApplicationException
javax.ws.rs.WebApplicationException