Class JBossAllXmlParserRegisteringProcessor.Builder
java.lang.Object
org.jboss.as.server.deployment.jbossallxml.JBossAllXmlParserRegisteringProcessor.Builder
- Enclosing class:
- JBossAllXmlParserRegisteringProcessor<T>
Builder for building JBossAllXmlParserRegisteringProcessor that registers multiple parsers at once. Useful
for cases when parsers for multiple versions of a particular schema are registered.
- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionaddParser(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser) build()
-
Method Details
-
addParser
public <T> JBossAllXmlParserRegisteringProcessor.Builder addParser(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser) -
build
-