Class Base64DecodeFunction

  • All Implemented Interfaces:
    org.jaxen.Function

    public class Base64DecodeFunction
    extends Object
    implements org.jaxen.Function
    Implements the XPath extension function synapse:base64Decode(string)
    • Constructor Detail

      • Base64DecodeFunction

        public Base64DecodeFunction()
    • Method Detail

      • call

        public Object call​(org.jaxen.Context context,
                           List args)
                    throws org.jaxen.FunctionCallException
        Specified by:
        call in interface org.jaxen.Function
        Throws:
        org.jaxen.FunctionCallException