org.glassfish.jersey.server.spi.internal
Interface ResourceMethodInvocationHandlerProvider
public interface ResourceMethodInvocationHandlerProvider
Provides the invocation handler instances designated
to handle invocations of the supplied invocable
resource methods.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
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.
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.