Constructor takes all required arguments and sets them appropriatelyparamwsName Name of the webserviceparamwsdl the WSDL file locationparampkg the package name where the SEI and its implementations are present this.webServiceName = wsName; this.wsdlLocation = wsdl; this.packageName = pkg;
this.webServiceName = wsName; this.wsdlLocation = wsdl; this.packageName = pkg;
return this.packageName;
return this.webServiceName;
return this.wsdlLocation;