Interface ResourceMethodResolver

All Known Implementing Classes:
DefaultResourceMethodResolver

public interface ResourceMethodResolver
Contract for matching incoming HTTP requests with appropriate Resource Methods (Java methods to invoke to handle requests).

Soklet's default implementation of this type, DefaultResourceMethodResolver, is sufficient for most applications.

However, should a custom implementation be necessary for your application, documentation is available at https://www.soklet.com/docs/request-handling#resource-method-resolution.

Author:
Mark Allen