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
ConstructorsConstructorDescriptionThreadConnectingFilter(ThreadConnector<?> threadConnector, ContentHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidvoidMethods 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, warningMethods inherited from class org.frankframework.xml.FullXmlFilter
setContentHandler, setParent, setParentsLexicalHandlerMethods inherited from class org.xml.sax.helpers.XMLFilterImpl
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, parse, parse, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ThreadConnectingFilter
public ThreadConnectingFilter(@Nonnull ThreadConnector<?> threadConnector, @Nonnull ContentHandler handler)
-
-
Method Details
-
handleException
- Specified by:
handleExceptionin classAbstractExceptionCatchingFilter- Throws:
SAXException
-
startDocument
- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classAbstractExceptionCatchingFilter- Throws:
SAXException
-
endDocument
- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classAbstractExceptionCatchingFilter- Throws:
SAXException
-