Apache CXF API

org.apache.cxf.tools.common
Class ExtensionInvocationHandler

java.lang.Object
  extended by org.apache.cxf.tools.common.ExtensionInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ExtensionInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
ExtensionInvocationHandler(Object o)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionInvocationHandler

public ExtensionInvocationHandler(Object o)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Apache CXF API

Apache CXF