Package org.apache.synapse.util.xpath
Class SynapseXPathConstants
- java.lang.Object
-
- org.apache.synapse.util.xpath.SynapseXPathConstants
-
public final class SynapseXPathConstants extends Object
All the constants that has been used for the SynapseXPath
-
-
Field Summary
Fields Modifier and Type Field Description static StringAXIS2_CONTEXT_VARIABLE_PREFIXVariable prefix for accessing the axis2 MessageContext properties through XPath variablesstatic StringBASE64_DECODE_FUNCTIONbase64Decode XPath extension function namestatic StringBASE64_ENCODE_FUNCTIONbase64Encode XPath extension function namestatic StringDECRYPT_FUNCTIONdecrypt XPath extension function namestatic StringDEFAULT_CHARSETstatic StringENCRYPT_FUNCTIONencrypt XPath extension function namestatic StringFUNC_CONTEXT_VARIABLE_PREFIXVariable prefix for accessing the Function/Template Context properties through XPath variablesstatic StringGET_PROPERTY_FUNCTIONGet-Property XPath extension function namestatic StringHMAC_GENERATE_FUNCTIONhmac-generate XPath extension function namestatic StringMESSAGE_CONTEXT_VARIABLE_PREFIXVariable prefix for accessing the MessageContext properties through XPath variablesstatic StringNULL_STRINGVariable prefix for accessing URL parameters of the message through XPath variablesstatic StringOPERATION_SCOPE_VARIABLE_PREFIXThe scope name for operation scope propertiesstatic StringSOAP_BODY_VARIABLEBody relative XPath variale name for the SOAPBodystatic StringSOAP_ENVELOPE_VARIABLEEnvelope relative XPath variable name for the SOAPEnvelopwstatic StringSOAP_HEADER_VARIABLEHeader relative XPath variable name for the SOAPHeaderstatic StringSYSTEM_SCOPE_VARIABLE_PREFIXThe scope name for system propertiesstatic StringTRANSPORT_VARIABLE_PREFIXVariable prefix for accessing transport headers of the message through XPath variablesstatic StringURL_ENCODE_FUNCTIONURL-Encode XPath extension function namestatic StringURL_VARIABLE_PREFIXVariable prefix for accessing URL parameters of the message through XPath variables
-
Constructor Summary
Constructors Constructor Description SynapseXPathConstants()
-
-
-
Field Detail
-
GET_PROPERTY_FUNCTION
public static final String GET_PROPERTY_FUNCTION
Get-Property XPath extension function name- See Also:
- Constant Field Values
-
BASE64_ENCODE_FUNCTION
public static final String BASE64_ENCODE_FUNCTION
base64Encode XPath extension function name- See Also:
- Constant Field Values
-
BASE64_DECODE_FUNCTION
public static final String BASE64_DECODE_FUNCTION
base64Decode XPath extension function name- See Also:
- Constant Field Values
-
URL_ENCODE_FUNCTION
public static final String URL_ENCODE_FUNCTION
URL-Encode XPath extension function name- See Also:
- Constant Field Values
-
HMAC_GENERATE_FUNCTION
public static final String HMAC_GENERATE_FUNCTION
hmac-generate XPath extension function name- See Also:
- Constant Field Values
-
ENCRYPT_FUNCTION
public static final String ENCRYPT_FUNCTION
encrypt XPath extension function name- See Also:
- Constant Field Values
-
DECRYPT_FUNCTION
public static final String DECRYPT_FUNCTION
decrypt XPath extension function name- See Also:
- Constant Field Values
-
SOAP_BODY_VARIABLE
public static final String SOAP_BODY_VARIABLE
Body relative XPath variale name for the SOAPBody- See Also:
- Constant Field Values
-
SOAP_HEADER_VARIABLE
public static final String SOAP_HEADER_VARIABLE
Header relative XPath variable name for the SOAPHeader- See Also:
- Constant Field Values
-
SOAP_ENVELOPE_VARIABLE
public static final String SOAP_ENVELOPE_VARIABLE
Envelope relative XPath variable name for the SOAPEnvelopw- See Also:
- Constant Field Values
-
MESSAGE_CONTEXT_VARIABLE_PREFIX
public static final String MESSAGE_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the MessageContext properties through XPath variables- See Also:
- Constant Field Values
-
FUNC_CONTEXT_VARIABLE_PREFIX
public static final String FUNC_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the Function/Template Context properties through XPath variables- See Also:
- Constant Field Values
-
AXIS2_CONTEXT_VARIABLE_PREFIX
public static final String AXIS2_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the axis2 MessageContext properties through XPath variables- See Also:
- Constant Field Values
-
TRANSPORT_VARIABLE_PREFIX
public static final String TRANSPORT_VARIABLE_PREFIX
Variable prefix for accessing transport headers of the message through XPath variables- See Also:
- Constant Field Values
-
URL_VARIABLE_PREFIX
public static final String URL_VARIABLE_PREFIX
Variable prefix for accessing URL parameters of the message through XPath variables- See Also:
- Constant Field Values
-
SYSTEM_SCOPE_VARIABLE_PREFIX
public static final String SYSTEM_SCOPE_VARIABLE_PREFIX
The scope name for system properties- See Also:
- Constant Field Values
-
OPERATION_SCOPE_VARIABLE_PREFIX
public static final String OPERATION_SCOPE_VARIABLE_PREFIX
The scope name for operation scope properties- See Also:
- Constant Field Values
-
NULL_STRING
public static final String NULL_STRING
Variable prefix for accessing URL parameters of the message through XPath variables- See Also:
- Constant Field Values
-
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
- See Also:
- Constant Field Values
-
-