Package org.apache.axis.tool.core

Examples of org.apache.axis.tool.core.ServiceFileCreator


        }else{
            ArrayList methodList = page2Bean.getSelectedMethodNames();
            if (methodList.isEmpty()){
                throw new ProcessException("There are no methods selected to generate the service!!");
            }
            serviceFile=new ServiceFileCreator().createServiceFile(page2Bean.getProviderClassName(),
                    page2Bean.getAutomaticClassName(),
                    page2Bean.getSelectedMethodNames());//create the file here
            isServiceCreated = true;
        }
View Full Code Here

TOP

Related Classes of org.apache.axis.tool.core.ServiceFileCreator

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.