Class ResteasyInvocationHandler
java.lang.Object
org.apache.camel.component.resteasy.servlet.ResteasyInvocationHandler
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResteasyInvocationHandler
public ResteasyInvocationHandler()
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-