Package org.jboss.as.mc.descriptor

Examples of org.jboss.as.mc.descriptor.KernelDeploymentXmlDescriptorParser


    private final XMLMapper xmlMapper = XMLMapper.Factory.create();
    private final XMLInputFactory inputFactory = XMLInputFactory.newInstance();

    public KernelDeploymentParsingProcessor() {
        xmlMapper.registerRootElement(new QName("urn:jboss:mc:7.0", "deployment"), new KernelDeploymentXmlDescriptorParser());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.mc.descriptor.KernelDeploymentXmlDescriptorParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.