Class BaseMessage
- java.lang.Object
-
- org.activecomponents.webservice.messages.BaseMessage
-
- Direct Known Subclasses:
PartialMessage,PullResultMessage,ResultMessage,ServiceInvocationMessage,ServiceProvideMessage,ServiceSearchMessage,ServiceTerminateInvocationMessage,ServiceUnprovideMessage
public class BaseMessage extends java.lang.ObjectBase message holding a callid as common property.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcallidThe callid.
-
Constructor Summary
Constructors Constructor Description BaseMessage()Create a new message.BaseMessage(java.lang.String callid)Create a new message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCallid()Get the callid.voidsetCallid(java.lang.String callid)Set the callid.
-