public final class SynapseXPathConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AXIS2_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the axis2 MessageContext properties through XPath variables
|
static String |
BASE64_DECODE_FUNCTION
base64Decode XPath extension function name
|
static String |
BASE64_ENCODE_FUNCTION
base64Encode XPath extension function name
|
static String |
DEFAULT_CHARSET |
static String |
FUNC_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the Function/Template Context properties through XPath variables
|
static String |
GET_PROPERTY_FUNCTION
Get-Property XPath extension function name
|
static String |
MESSAGE_CONTEXT_VARIABLE_PREFIX
Variable prefix for accessing the MessageContext properties through XPath variables
|
static String |
NULL_STRING |
static String |
SOAP_BODY_VARIABLE
Body relative XPath variale name for the SOAPBody
|
static String |
SOAP_HEADER_VARIABLE
Header relative XPath variable name for the SOAPHeader
|
static String |
TRANSPORT_VARIABLE_PREFIX
Variable prefix for accessing transport headers of the message through XPath variables
|
static String |
URL_ENCODE_FUNCTION
URL-Encode XPath extension function name
|
static String |
URL_VARIABLE_PREFIX
Variable prefix for accessing URL parameters of the message through XPath variables
|
Constructor and Description |
---|
SynapseXPathConstants() |
public static final String GET_PROPERTY_FUNCTION
public static final String BASE64_ENCODE_FUNCTION
public static final String BASE64_DECODE_FUNCTION
public static final String URL_ENCODE_FUNCTION
public static final String SOAP_BODY_VARIABLE
public static final String SOAP_HEADER_VARIABLE
public static final String MESSAGE_CONTEXT_VARIABLE_PREFIX
public static final String FUNC_CONTEXT_VARIABLE_PREFIX
public static final String AXIS2_CONTEXT_VARIABLE_PREFIX
public static final String TRANSPORT_VARIABLE_PREFIX
public static final String URL_VARIABLE_PREFIX
public static final String DEFAULT_CHARSET
public static final String NULL_STRING
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.