public abstract class AbstractPropertiesFactory extends Object
| Constructor and Description |
|---|
AbstractPropertiesFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
getConstantsFromProperties(Class<T> targetInterface)
Create a message helper class that access a resource bundle using the methods present in the given interface.
|
protected abstract ConstantsInvocationHandler |
getInvocationHandler(Class<?> targetInterface) |
protected <T> T |
initProxy(Class<T> targetInterface) |
protected <T> T getConstantsFromProperties(Class<T> targetInterface) throws MessageException
targetInterface - MessageExceptionprotected <T> T initProxy(Class<T> targetInterface)
protected abstract ConstantsInvocationHandler getInvocationHandler(Class<?> targetInterface)
Copyright © 2016. All rights reserved.