Package org.serviceconnector.api
Class SCPublishMessage
java.lang.Object
org.serviceconnector.api.SCMessage
org.serviceconnector.api.SCPublishMessage
- Direct Known Subclasses:
SCAppendMessage,SCRemovedMessage
The Class SCPublishMessage.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new SC publish message.SCPublishMessage(byte[] data) Instantiates a new SC publish message with byte[] data.SCPublishMessage(String data) Instantiates a new SC publish message with String data. -
Method Summary
Methods inherited from class org.serviceconnector.api.SCMessage
getAppErrorCode, getAppErrorText, getCacheExpirationDateTime, getCacheId, getCachePartNr, getCachingMethod, getData, getDataLength, getMessageInfo, getPartSize, getServiceName, getSessionId, getSessionInfo, isCached, isCompressed, isManaged, isReject, setAppErrorCode, setAppErrorText, setCached, setCacheExpirationDateTime, setCacheId, setCachePartNr, setCachingMethod, setCompressed, setData, setDataLength, setMessageInfo, setPartSize, setReject, setServiceName, setSessionId, setSessionInfo, toString
-
Constructor Details
-
SCPublishMessage
public SCPublishMessage()Instantiates a new SC publish message. -
SCPublishMessage
public SCPublishMessage(byte[] data) Instantiates a new SC publish message with byte[] data.- Parameters:
data- the data
-
SCPublishMessage
Instantiates a new SC publish message with String data.- Parameters:
data- the data
-
-
Method Details
-
getMask
Gets the mask.- Returns:
- the mask
-
setMask
Sets the mask.- Parameters:
mask- Any printable character, length > 0 and < 256 Byte
Client may not subscribe with mask containing "%" character.
Example: "000012100012832102FADF-----------X-----------"
-