Package org.apache.synapse.util.xpath
Class Base64DecodeFunction
- java.lang.Object
-
- org.apache.synapse.util.xpath.Base64DecodeFunction
-
- All Implemented Interfaces:
org.jaxen.Function
public class Base64DecodeFunction extends Object implements org.jaxen.Function
Implements the XPath extension function synapse:base64Decode(string)
-
-
Field Summary
Fields Modifier and Type Field Description static String
NULL_STRING
-
Constructor Summary
Constructors Constructor Description Base64DecodeFunction()
-
-
-
Field Detail
-
NULL_STRING
public static final String NULL_STRING
- See Also:
- Constant Field Values
-
-