Apache CXF API

org.apache.cxf.jaxrs.ext.search
Class InterfaceProxy

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.search.InterfaceProxy
All Implemented Interfaces:
InvocationHandler

public class InterfaceProxy
extends Object
implements InvocationHandler


Constructor Summary
InterfaceProxy()
           
 
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

InterfaceProxy

public InterfaceProxy()
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