org.apache.geronimo.axis.client
Class NoOverrideCallbackFilter

java.lang.Object
  extended by org.apache.geronimo.axis.client.NoOverrideCallbackFilter
All Implemented Interfaces:
net.sf.cglib.proxy.CallbackFilter

public class NoOverrideCallbackFilter
extends Object
implements net.sf.cglib.proxy.CallbackFilter


Constructor Summary
NoOverrideCallbackFilter(Class superClass)
           
 
Method Summary
 int accept(Method method)
           
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOverrideCallbackFilter

public NoOverrideCallbackFilter(Class superClass)
Method Detail

accept

public int accept(Method method)
Specified by:
accept in interface net.sf.cglib.proxy.CallbackFilter

equals

public boolean equals(Object other)
Specified by:
equals in interface net.sf.cglib.proxy.CallbackFilter
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.