Package org.apache.servicemix.jbi.deployer.descriptor

Examples of org.apache.servicemix.jbi.deployer.descriptor.InstallationDescriptorExtension


     *
     * @return a DOM document fragment containing the installation descriptor (jbi.xml) extension data, or
     *         <code>null</code> if none is present in the descriptor.
     */
    public DocumentFragment getInstallationDescriptorExtension() {
        InstallationDescriptorExtension desc = descriptor.getDescriptorExtension();
        return desc != null ? desc.getDescriptorExtension() : null;
    }
View Full Code Here


     *
     * @return a DOM document fragment containing the installation descriptor (jbi.xml) extension data, or
     *         <code>null</code> if none is present in the descriptor.
     */
    public DocumentFragment getInstallationDescriptorExtension() {
        InstallationDescriptorExtension desc = descriptor.getDescriptorExtension();
        return desc != null ? desc.getDescriptorExtension() : null;
    }
View Full Code Here

TOP

Related Classes of org.apache.servicemix.jbi.deployer.descriptor.InstallationDescriptorExtension

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.