Class 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

        expectsBody, factory, interfaceBasedMethod, method, params
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkdirMethodInjector​(org.jboss.resteasy.spi.metadata.ResourceLocator resourceLocator, org.jboss.resteasy.spi.ResteasyProviderFactory factory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

        expectsBody, findInterfaceBasedMethod, getParams, injectArguments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkdirMethodInjector

        public WorkdirMethodInjector​(org.jboss.resteasy.spi.metadata.ResourceLocator resourceLocator,
                                     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