public interface HandlerFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addClassNameMapping(String className,
String handlerClassName) |
ObjectHandler |
getHandler(Object obj) |
ObjectHandler |
getHandler(String className) |
ObjectHandler getHandler(Object obj) throws Exception
ExceptionObjectHandler getHandler(String className) throws Exception
ExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.