Package com.sun.xml.rpc.processor.model

Examples of com.sun.xml.rpc.processor.model.Service


    }

    public void perform(Model model, Configuration config, Properties options) {
        //env = config.getEnvironment();
        for (Iterator it = model.getServices(); it.hasNext(); ) {
            Service service = (Service) it.next();
            mungeTo1_0(service);
        }
    }
View Full Code Here

TOP

Related Classes of com.sun.xml.rpc.processor.model.Service

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.