Implementation of a proxy handler that supports Attribute names which are not legal Java identifiers. It does so by mapping illegal Java identifiers into legal names. Any interface supplied needs to take mapped names into account.
Allows specification of either an AttributeNameMangler or AttributeNameMapper for maximum flexibility in how illegal Attribute names are mapped.
THREAD SAFE, but not clear if parent class javax.management.MBeanServerInvocationHandler is thread-safe
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.