public class SEIConfig extends Object
| Constructor and Description |
|---|
SEIConfig(String svcName,
String space,
String pkg,
String svcIntf,
String svcImpl)
Constructor takes all required arguments and sets them appropriately
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInterface() |
String |
getNameSpace() |
String |
getPackageName() |
String |
getServant() |
String |
getWebServiceName() |
public SEIConfig(String svcName, String space, String pkg, String svcIntf, String svcImpl)
svcName - Name of the webservicespace - namespace to be used for the webservicepkg - the package name where the SEI and its implementations are presentsvcIntf - the name of the SEIsvcImpl - the name of SEI implementationCopyright © 2019. All rights reserved.