Sonic ESB API

com.sonicsw.esb.service.common.util.variables
Class VariableConstants

java.lang.Object
  extended by com.sonicsw.esb.service.common.util.variables.VariableConstants

public class VariableConstants
extends java.lang.Object

Constants for dealing with variables in string content. Variables are of the form: ${uri}.


Field Summary
static java.lang.String END_DELIM
          Delimiter identifying the end of a variable token.
static java.lang.String ESCAPE
          Character used to escape special characters within a variable.
static java.lang.String START_DELIM
          Delimiter identifying the start of a variable token.
 
Method Summary
static java.lang.String escape(java.lang.String content)
          Escape all characters in the given content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_DELIM

public static final java.lang.String START_DELIM
Delimiter identifying the start of a variable token.

See Also:
Constant Field Values

END_DELIM

public static final java.lang.String END_DELIM
Delimiter identifying the end of a variable token.

See Also:
Constant Field Values

ESCAPE

public static final java.lang.String ESCAPE
Character used to escape special characters within a variable.

See Also:
Constant Field Values
Method Detail

escape

public static java.lang.String escape(java.lang.String content)
Escape all characters in the given content.


Sonic ESB API

Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.