Class MethodHandler


  • public abstract class MethodHandler
    extends Object
    Handles an invocation of a method.

    Each instance of MethodHandler has an implicit knowledge of a particular method that it handles.

    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • owner

        protected final SEIStub owner
      • method

        protected Method method
    • Constructor Detail

      • MethodHandler

        protected MethodHandler​(SEIStub owner,
                                Method m)