this.su_Name = su_Name;
return serviceName.getLocalPart() + endpointName;
Returns the endpoint name. return endpointname;
return endpointname;
Returns the interface name. return interfacename;
return interfacename;
return servicename.getLocalPart() + endpointname;
Returns the service name. return servicename;
return servicename;
return su_Name;
Returns true if the endpoint is provider. return provider;
return provider;
return started;
Sets the endpoint name. endpointname = epname;
endpointname = epname;
Sets the interface name. interfacename = intername;
interfacename = intername;
Sets the endpoint as provider. provider = true;
provider = true;
Sets the service name. servicename = sername;
servicename = sername;
this.started = started;