Package com.leansoft.mwsc.module.nano

Examples of com.leansoft.mwsc.module.nano.NanoWSClientModule


import com.leansoft.mxjc.module.ModuleName;

public class WSModuleFactory {
  public static WSClientModule getModule(ModuleName name) {
    if (name == ModuleName.NANO) {
      return new NanoWSClientModule();
    } else {
      return new PicoWSClientModule();
    }
  }
View Full Code Here

TOP

Related Classes of com.leansoft.mwsc.module.nano.NanoWSClientModule

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.