public interface JavaHandlerFactory
JavaHandlerModule uses this interface to create the concrete classes that will handle the method calls.| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> handlerClass) |
<T> T create(Class<T> handlerClass) throws InstantiationException, IllegalAccessException
handlerClass - The class to create.InstantiationExceptionIllegalAccessExceptionCopyright © 2011–2018 JBoss by Red Hat. All rights reserved.