org.apache.camel.management
Class ObjectNameEncoder
java.lang.Object
org.apache.camel.management.ObjectNameEncoder
public final class ObjectNameEncoder
- extends Object
Utility class providing RFC 1738 style encoding for ObjectName values.
(see section 2.2).
Key Property Values in ObjectName(s) may not contain one of :",=*?
(see jmx_1.2_spec, Chapter 6)
- Author:
- hzbarcea
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encode
public static String encode(String on)
encode
public static String encode(String on,
boolean ignoreWildcards)
decode
public static String decode(String on)
Copyright © 2008 IONA Open Source Community. All Rights Reserved.