public SEIConfig(String svcName, String space, String pkg, String svcIntf, String svcImpl)Constructor takes all required arguments and sets them appropriately
this.webServiceName = svcName;
this.nameSpace = space;
this.packageName = pkg;
this.interfaceName = svcIntf;
this.servantName = svcImpl;
|