Class SaferXMLResolver

  • All Implemented Interfaces:
    Resolver

    public class SaferXMLResolver
    extends ResolverImp
    Resolver implementation that resolves and escapes XML content.

    This resolver resolves values based on the following: %asCDATA{...}, and will place the result inside of CDATA tags.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String value)
      .
      java.lang.String resolve​(java.lang.String lookupValue)
      .
      java.lang.String resolve​(java.lang.String lookupValue, InterlokMessage target)
      .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaferXMLResolver

        public SaferXMLResolver()
    • Method Detail

      • resolve

        public java.lang.String resolve​(java.lang.String lookupValue)
        .
      • resolve

        public java.lang.String resolve​(java.lang.String lookupValue,
                                        InterlokMessage target)
        .
      • canHandle

        public boolean canHandle​(java.lang.String value)
        .