Package net.timewalker.ffmq4.security
Class XMLSecurityDescriptorHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- net.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler
-
- net.timewalker.ffmq4.security.XMLSecurityDescriptorHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public final class XMLSecurityDescriptorHandler extends net.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandlerXMLSecurityDescriptorHandler
-
-
Constructor Summary
Constructors Constructor Description XMLSecurityDescriptorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbefore(String name, String currentPath, Attributes attributes)net.timewalker.ffmq4.utils.descriptor.AbstractDescriptorgetDescriptor()protected voidonNode(String name, String currentPath)-
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 net.timewalker.ffmq4.utils.descriptor.AbstractDescriptor getDescriptor()
- Specified by:
getDescriptorin classnet.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler
-
before
protected void before(String name, String currentPath, Attributes attributes) throws SAXException
- Specified by:
beforein classnet.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler- Throws:
SAXException
-
onNode
protected void onNode(String name, String currentPath) throws SAXException
- Specified by:
onNodein classnet.timewalker.ffmq4.utils.xml.AbstractXMLDescriptorHandler- Throws:
SAXException
-
-