Class RestOpInvoker

java.lang.Object
org.apache.juneau.rest.stats.MethodInvoker
org.apache.juneau.rest.RestOpInvoker

public class RestOpInvoker extends MethodInvoker
A specialized invoker for methods that are called during a servlet request.
See Also:
  • Constructor Details

  • Method Details

    • invoke

      public void invoke(RestOpSession opSession) throws Throwable
      Invokes this method from the specified RestSession.
      Parameters:
      opSession - The REST call.
      Throws:
      Throwable - If an error occurred during either parameter resolution or method invocation.