org.apache.camel.component.xquery
Class XQueryModuleURIResolver

java.lang.Object
  extended by org.apache.camel.component.xquery.XQueryModuleURIResolver
All Implemented Interfaces:
Serializable, net.sf.saxon.lib.ModuleURIResolver

public class XQueryModuleURIResolver
extends Object
implements net.sf.saxon.lib.ModuleURIResolver

Resolves XQuery file imports

See Also:
Serialized Form

Constructor Summary
XQueryModuleURIResolver(XQueryComponent xqueryComponent)
           
 
Method Summary
 StreamSource[] resolve(String moduleURI, String baseURI, String[] locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryModuleURIResolver

public XQueryModuleURIResolver(XQueryComponent xqueryComponent)
Method Detail

resolve

public StreamSource[] resolve(String moduleURI,
                              String baseURI,
                              String[] locations)
                       throws net.sf.saxon.trans.XPathException
Specified by:
resolve in interface net.sf.saxon.lib.ModuleURIResolver
Throws:
net.sf.saxon.trans.XPathException


Apache Camel