Class JBossAllXmlParserRegisteringProcessor.Builder
- java.lang.Object
-
- org.jboss.as.server.deployment.jbossallxml.JBossAllXmlParserRegisteringProcessor.Builder
-
- Enclosing class:
- JBossAllXmlParserRegisteringProcessor<T>
public static final class JBossAllXmlParserRegisteringProcessor.Builder extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> JBossAllXmlParserRegisteringProcessor.BuilderaddParser(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser)JBossAllXmlParserRegisteringProcessor<Object>build()
-
-
-
Method Detail
-
addParser
public <T> JBossAllXmlParserRegisteringProcessor.Builder addParser(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser)
-
build
public JBossAllXmlParserRegisteringProcessor<Object> build()
-
-