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 TypeMethodDescriptionGet the invocation handler for the invocable resource method.
-
Method Details
-
create
Get the invocation handler for the invocable resource method. May returnnull
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.
-