org.jboss.solder.exception.control
Interface HandlerMethodContainer


public interface HandlerMethodContainer

Injectable container to support programmatic registration of HandlerMethod instances.

Author:
Jason Porter

Method Summary
<T extends Throwable>
void
registerHandlerMethod(HandlerMethod<T> handlerMethod)
          Registers the given handlerMethod to the container.
 

Method Detail

registerHandlerMethod

<T extends Throwable> void registerHandlerMethod(HandlerMethod<T> handlerMethod)
Registers the given handlerMethod to the container.

Parameters:
handlerMethod - HandlerMethod implementation to register with the container


Copyright © 2011 Seam Framework. All Rights Reserved.