org.apache.camel.management
Class ObjectNameEncoder

java.lang.Object
  extended by 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

Method Summary
static String decode(String on)
           
static String encode(String on)
           
static String encode(String on, boolean ignoreWildcards)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.