Class MethodHandler

java.lang.Object
com.sun.xml.ws.client.sei.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 Details

    • owner

      protected final SEIStub owner
    • method

      protected Method method
  • Constructor Details

    • MethodHandler

      protected MethodHandler(SEIStub owner, Method m)