com.sun.xml.ws.client.sei
Class MethodHandler

java.lang.Object
  extended by 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 Summary
protected  Method method
           
protected  SEIStub owner
           
 
Constructor Summary
protected MethodHandler(SEIStub owner, Method m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected final SEIStub owner

method

protected Method method
Constructor Detail

MethodHandler

protected MethodHandler(SEIStub owner,
                        Method m)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.