com.sun.xml.ws.client.sei
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected final SEIStub owner
method
protected Method method
MethodHandler
protected MethodHandler(SEIStub owner,
Method m)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.