Package org.frankframework.xml
Class ThreadConnectingFilter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.frankframework.xml.FullXmlFilter
org.frankframework.xml.AbstractExceptionCatchingFilter
org.frankframework.xml.ThreadConnectingFilter
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
,LexicalHandler
,XMLFilter
,XMLReader
-
Field Summary
Fields inherited from class org.frankframework.xml.FullXmlFilter
log
-
Constructor Summary
ConstructorDescriptionThreadConnectingFilter
(ThreadConnector threadConnector, ContentHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
void
Methods inherited from class org.frankframework.xml.AbstractExceptionCatchingFilter
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class org.frankframework.xml.FullXmlFilter
setContentHandler, setLexicalHandler, setParent, setParentsLexicalHandler
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, parse, parse, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ThreadConnectingFilter
-
-
Method Details
-
handleException
- Specified by:
handleException
in classAbstractExceptionCatchingFilter
- Throws:
SAXException
-
startDocument
- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classAbstractExceptionCatchingFilter
- Throws:
SAXException
-
endDocument
- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classAbstractExceptionCatchingFilter
- Throws:
SAXException
-