org.apache.servicemix.jbi.util
Class LazyDOMSource

java.lang.Object
  extended by javax.xml.transform.dom.DOMSource
      extended by org.apache.servicemix.jbi.util.LazyDOMSource
All Implemented Interfaces:
Source

public abstract class LazyDOMSource
extends DOMSource

A lazily created source which is only created if its required.

Version:
$Revision: 564607 $

Field Summary
 
Fields inherited from class javax.xml.transform.dom.DOMSource
FEATURE
 
Constructor Summary
LazyDOMSource()
           
 
Method Summary
 Node getNode()
           
protected abstract  Node loadNode()
           
 
Methods inherited from class javax.xml.transform.dom.DOMSource
getSystemId, setNode, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyDOMSource

public LazyDOMSource()
Method Detail

getNode

public Node getNode()
Overrides:
getNode in class DOMSource

loadNode

protected abstract Node loadNode()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.