public interface JavaHandlerFactory
JavaHandlerModule uses this interface to create the concrete classes that will handle the method calls.<T> T create(Class<T> handlerClass) throws InstantiationException, IllegalAccessException
handlerClass - The class to create.InstantiationExceptionIllegalAccessExceptionCopyright © 2011-2015 JBoss by Red Hat. All Rights Reserved.