Package org.glassfish.webservices.io

Examples of org.glassfish.webservices.io.WebServicesDeploymentDescriptorFile


@ExtensionsArchivistFor("webservices")
public class WebServicesArchivist extends ExtensionsArchivist {

    public DeploymentDescriptorFile getStandardDDFile(RootDeploymentDescriptor descriptor) {
        if (standardDD == null) {
            standardDD = new WebServicesDeploymentDescriptorFile(descriptor);
        }
        return standardDD;
    }
View Full Code Here

TOP

Related Classes of org.glassfish.webservices.io.WebServicesDeploymentDescriptorFile

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.