Package org.codehaus.xfire.gen.jsr181

Examples of org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator


    public List<GeneratorPlugin> getPlugins()
    {
        ArrayList<GeneratorPlugin> plugins = new ArrayList<GeneratorPlugin>();
        plugins.add(new FaultGenerator());
        plugins.add(new InterfaceGenerator());
        plugins.add(new ServiceStubGenerator());
        plugins.add(new ServiceGenerator());
       
        return plugins;
    }
View Full Code Here

TOP

Related Classes of org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator

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.