Class BridgeDescriptorHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- net.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler
-
- net.timewalker.ffmq4.management.bridge.handler.BridgeDescriptorHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public final class BridgeDescriptorHandler extends AbstractXMLDescriptorHandler
XML de-serialization handler for a
BridgeDefinitiondescriptor.
-
-
Constructor Summary
Constructors Constructor Description BridgeDescriptorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbefore(String name, String currentPath, Attributes attributes)Node pre-treatmentAbstractDescriptorgetDescriptor()Get the parsed descriptorprotected voidonNode(String name, String currentPath)Node treatment-
Methods inherited from class net.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler
characters, endElement, getElementValue, getRequired, startElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
getDescriptor
public AbstractDescriptor getDescriptor()
Description copied from class:AbstractXMLDescriptorHandlerGet the parsed descriptor- Specified by:
getDescriptorin classAbstractXMLDescriptorHandler
-
before
protected void before(String name, String currentPath, Attributes attributes) throws SAXException
Description copied from class:AbstractXMLDescriptorHandlerNode pre-treatment- Specified by:
beforein classAbstractXMLDescriptorHandler- Throws:
SAXException
-
onNode
protected void onNode(String name, String currentPath) throws SAXException
Description copied from class:AbstractXMLDescriptorHandlerNode treatment- Specified by:
onNodein classAbstractXMLDescriptorHandler- Throws:
SAXException
-
-