Class 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.