Interface ResourceMethodInvocationHandlerProvider
-
- All Known Implementing Classes:
ResourceMethodInvocationHandlerFactory
public interface ResourceMethodInvocationHandlerProviderProvides theinvocation handlerinstances designated to handle invocations of the suppliedinvocable resource methods.- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationHandlercreate(Invocable method)Get the invocation handler for the invocable resource method.
-
-
-
Method Detail
-
create
InvocationHandler create(Invocable method)
Get the invocation handler for the invocable resource method. May returnnullin 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.
-
-