org.apache.camel.component.cxf.jaxrs
Class SubResourceClassInvocationHandler

java.lang.Object
  extended by org.apache.camel.component.cxf.jaxrs.SubResourceClassInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class SubResourceClassInvocationHandler
extends Object
implements InvocationHandler


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

Constructor Detail

SubResourceClassInvocationHandler

public SubResourceClassInvocationHandler()
Method Detail

invoke

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


Apache CAMEL