org.glassfish.jersey.server.spi.internal
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 (marek.potociar at oracle.com)

Method Summary
 InvocationHandler create(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 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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.