Class ResteasyInvocationHandler

java.lang.Object
org.apache.camel.component.resteasy.servlet.ResteasyInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ResteasyInvocationHandler extends Object implements InvocationHandler
Implementation of InvocationHandler interface used for dynamic proxy invocation of methods. We don't really need to do something dynamic so just null is returned.