Class ServiceUnprovideMessage
- java.lang.Object
-
- org.activecomponents.webservice.messages.BaseMessage
-
- org.activecomponents.webservice.messages.ServiceUnprovideMessage
-
public class ServiceUnprovideMessage extends BaseMessage
Message for unproviding a service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IServiceIdentifier
sid
The service id of the service to invoke.-
Fields inherited from class org.activecomponents.webservice.messages.BaseMessage
callid
-
-
Constructor Summary
Constructors Constructor Description ServiceUnprovideMessage()
Create a new command.ServiceUnprovideMessage(java.lang.String callid, IServiceIdentifier serviceid)
Create a new command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IServiceIdentifier
getServiceId()
Get the serviceId.void
setServiceId(IServiceIdentifier serviceid)
Set the serviceId.-
Methods inherited from class org.activecomponents.webservice.messages.BaseMessage
getCallid, setCallid
-
-
-
-
Field Detail
-
sid
protected IServiceIdentifier sid
The service id of the service to invoke.
-
-
Constructor Detail
-
ServiceUnprovideMessage
public ServiceUnprovideMessage()
Create a new command.
-
ServiceUnprovideMessage
public ServiceUnprovideMessage(java.lang.String callid, IServiceIdentifier serviceid)
Create a new command.- Parameters:
serviceId
- The serviceid;
-
-
Method Detail
-
getServiceId
public IServiceIdentifier getServiceId()
Get the serviceId.- Returns:
- Tthe serviceId
-
setServiceId
public void setServiceId(IServiceIdentifier serviceid)
Set the serviceId.- Parameters:
serviceId
- The serviceId to set
-
-