Package org.apache.axis

Examples of org.apache.axis.AxisEngine.undeployService()


                String   name    = elem.getAttribute("name");

                if ( action.equals( "undeploy" ) ) {
                    if ( type.equals("service") ) {
                        category.info( JavaUtils.getMessage("undeploy00", type + ": " + name) );
                        engine.undeployService( name );
                    }
                    else if ( type.equals("handler") || type.equals("chain") ) {
                        category.info( JavaUtils.getMessage("undeploy00", type + ": " + name) );
                        engine.undeployHandler( name );
                    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.