Interface ResourceMethodInvocationHandlerProvider

All Known Implementing Classes:
ResourceMethodInvocationHandlerFactory

public interface ResourceMethodInvocationHandlerProvider
Provides the invocation handler instances designated to handle invocations of the supplied invocable resource methods.
Author:
Marek Potociar
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Invocable method)
    Get the invocation handler for the invocable resource method.
  • Method Details

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