|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonicsw.esb.service.common.util.variables.VariableConstants
public class VariableConstants
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 |
---|
public static final java.lang.String START_DELIM
public static final java.lang.String END_DELIM
public static final java.lang.String ESCAPE
Method Detail |
---|
public static java.lang.String escape(java.lang.String content)
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |