Package com.sun.enterprise.deployment.backend

Examples of com.sun.enterprise.deployment.backend.WebServiceDeployer


       
        // this should not be here but in AppDeployer or such but since
        // the archive file is saved at then end of this ejbc process, and
        // the servlet swith may require to save the DDs, I decided to put
        // it here until we rework the codegen pluggability.
        WebServiceDeployer deployer =
            new WebServiceDeployer(ejbcCtx.getDeploymentRequest());
        deployer.doWebServiceDeployment(ejbcCtx.getDescriptor()
                                        ejbcCtx.getSrcDir());
       
       
        // ---- END OF WEB SERVICES ----------------------------------------
View Full Code Here

TOP

Related Classes of com.sun.enterprise.deployment.backend.WebServiceDeployer

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.