Package com.sun.enterprise.webservice.codegen

Examples of com.sun.enterprise.webservice.codegen.JaxRpcCodegenFactory


            _logger.log(Level.FINE, "ejbc.start_jaxrpc_generation",
                        application.getRegistrationName());
        }
        time = now();

        JaxRpcCodegenFactory jaxrpcFactory =
            JaxRpcCodegenFactory.newInstance();
        JaxRpcCodegenAdapter jaxrpcAdapter = jaxrpcFactory.getAdapter();
        jaxrpcAdapter.run(ejbcCtx);
       
        ejbcCtx.getTiming().jaxrpcGenerationTime += (now() - time);
       
        if (_logger.isLoggable(Level.FINE)) {
View Full Code Here

TOP

Related Classes of com.sun.enterprise.webservice.codegen.JaxRpcCodegenFactory

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.