org.mule.module.xml.util
Class LocalURIResolver

java.lang.Object
  extended by org.mule.module.xml.util.LocalURIResolver
All Implemented Interfaces:
URIResolver

public class LocalURIResolver
extends Object
implements URIResolver

Will look for the href file on the classpath


Constructor Summary
LocalURIResolver()
           
LocalURIResolver(String xslFile)
           
 
Method Summary
 Source resolve(String href, String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalURIResolver

public LocalURIResolver()

LocalURIResolver

public LocalURIResolver(String xslFile)
Method Detail

resolve

public Source resolve(String href,
                      String base)
               throws TransformerException
Specified by:
resolve in interface URIResolver
Throws:
TransformerException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.