com.servingxml.components.error
Class ErrorSaxSource

java.lang.Object
  extended by com.servingxml.io.saxsource.AbstractSaxSource
      extended by com.servingxml.components.error.ErrorSaxSource
All Implemented Interfaces:
SaxSource

public class ErrorSaxSource
extends AbstractSaxSource

A ErrorSaxSource instance may be used to obtain objects that implement the SAXSource interface. Objects that implements the TrAX SAXSource interface contain the information that is needed to supply XML content as SAX events.


Constructor Summary
ErrorSaxSource(ServingXmlException fault, javax.xml.transform.TransformerFactory transformerFactory)
           
 
Method Summary
 org.xml.sax.XMLReader createXmlReader()
           
 Expirable getExpirable()
           
 Key getKey()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class com.servingxml.io.saxsource.AbstractSaxSource
getDefaultOutputProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorSaxSource

public ErrorSaxSource(ServingXmlException fault,
                      javax.xml.transform.TransformerFactory transformerFactory)
Method Detail

getSystemId

public java.lang.String getSystemId()

createXmlReader

public org.xml.sax.XMLReader createXmlReader()

getKey

public final Key getKey()

getExpirable

public Expirable getExpirable()