org.apache.synapse.util.xpath
Class SynapseXPathConstants

java.lang.Object
  extended by org.apache.synapse.util.xpath.SynapseXPathConstants

public final class SynapseXPathConstants
extends Object

All the constants that has been used for the SynapseXPath


Field Summary
static String AXIS2_CONTEXT_VARIABLE_PREFIX
          Variable prefix for accessing the axis2 MessageContext properties through XPath variables
static String BASE64_ENCODE_FUNCTION
          base64Encode XPath extension function name
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 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_VARIABLE_PREFIX
          Variable prefix for accessing URL parameters of the message through XPath variables
 
Constructor Summary
SynapseXPathConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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

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
Constructor Detail

SynapseXPathConstants

public SynapseXPathConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.