Package org.jboss.as.deployment.descriptor

Examples of org.jboss.as.deployment.descriptor.JBossServiceXmlDescriptorParser


    /**
     * Construct a new instance.
     */
    public ServiceDeploymentParsingProcessor() {
        xmlMapper.registerRootElement(new QName("urn:jboss:service:7.0", "server"), new JBossServiceXmlDescriptorParser());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.deployment.descriptor.JBossServiceXmlDescriptorParser

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.