public interface ResourceMethodInvocationHandlerProvider
invocation handler
instances designated
to handle invocations of the supplied invocable resource methods
.Modifier and Type | Method and Description |
---|---|
java.lang.reflect.InvocationHandler |
create(Invocable method)
Get the invocation handler for the invocable resource method.
|
java.lang.reflect.InvocationHandler create(Invocable method)
null
in case the method is not supported by the provider for whatever
reason.method
- invocable resource method.