Class ResourceMethodInvocationHandlerFactory

    • Field Detail

      • DEFAULT_HANDLER

        private static final java.lang.reflect.InvocationHandler DEFAULT_HANDLER
      • LOGGER

        private static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • ResourceMethodInvocationHandlerFactory

        ResourceMethodInvocationHandlerFactory​(InjectionManager injectionManager)
    • Method Detail

      • create

        public java.lang.reflect.InvocationHandler create​(Invocable resourceMethod)
        Description copied from interface: ResourceMethodInvocationHandlerProvider
        Get the invocation handler for the invocable resource method. May return null in case the method is not supported by the provider for whatever reason.
        Specified by:
        create in interface ResourceMethodInvocationHandlerProvider
        Parameters:
        resourceMethod - invocable resource method.
        Returns:
        invocation handler for the invocable resource method.