Class AbstractImageSessionContext.UnrestrictedFallbackResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.transform.Source createSource​(javax.xml.transform.Source source, java.lang.String uri)
      The fallback mechanism used to create the source which takes in both the Source that the the regular mechanisms attempted to create and the URI that the user provided.
      • Methods inherited from class java.lang.Object

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

      • UnrestrictedFallbackResolver

        public UnrestrictedFallbackResolver()
    • Method Detail

      • createSource

        public javax.xml.transform.Source createSource​(javax.xml.transform.Source source,
                                                       java.lang.String uri)
        The fallback mechanism used to create the source which takes in both the Source that the the regular mechanisms attempted to create and the URI that the user provided.
        Specified by:
        createSource in interface AbstractImageSessionContext.FallbackResolver
        Parameters:
        source - the source
        uri - the URI provided by the user
        Returns:
        the source that the contingency mechanism has been acquired