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 java.lang.Object

Handles an invocation of a method.

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


Field Summary
protected  java.lang.reflect.Method method
           
protected  SEIStub owner
           
 
Constructor Summary
protected MethodHandler(SEIStub owner, java.lang.reflect.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 java.lang.reflect.Method method
Constructor Detail

MethodHandler

protected MethodHandler(SEIStub owner,
                        java.lang.reflect.Method m)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.