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 FullXmlFilter
log -
Constructor Summary
ConstructorsConstructorDescriptionThreadConnectingFilter(@NonNull ThreadConnector<?> threadConnector, @NonNull ContentHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidvoidMethods inherited from class 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 FullXmlFilter
setContentHandler, setParent, setParentsLexicalHandlerMethods inherited from class XMLFilterImpl
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, parse, parse, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setPropertyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-