Interface ResourceMethodInvocationHandlerProvider

    • Method Detail

      • create

        InvocationHandler create​(Invocable method)
        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.
        Parameters:
        method - invocable resource method.
        Returns:
        invocation handler for the invocable resource method.