com.xebialabs.deployit.core.rest.resteasy
Class WorkdirInjectorFactory.WorkdirMethodInjector
java.lang.Object
org.jboss.resteasy.core.MethodInjectorImpl
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
| Fields inherited from class org.jboss.resteasy.core.MethodInjectorImpl |
factory, invokedMethod, params, rootClass, validatorAdapter |
|
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 |
WorkdirInjectorFactory.WorkdirMethodInjector
public WorkdirInjectorFactory.WorkdirMethodInjector(java.lang.Class<?> root,
java.lang.reflect.Method method,
org.jboss.resteasy.spi.ResteasyProviderFactory factory)
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