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
Exception
ObjectHandler getHandler(String className) throws Exception
Exception
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.