com.crankuptheamps.client
Class XMLMessage

java.lang.Object
  extended by com.crankuptheamps.client.Message
      extended by com.crankuptheamps.client.XMLMessage

public class XMLMessage
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from class com.crankuptheamps.client.Message
Message.AckType, Message.Command, Message.Options, Message.Reason, Message.Status
 
Field Summary
 
Fields inherited from class com.crankuptheamps.client.Message
decoder, encoder, MINIMUM_SERVER_VERSION
 
Constructor Summary
XMLMessage(CharsetEncoder encoder, CharsetDecoder decoder)
           
 
Method Summary
 Message copy()
           
 com.crankuptheamps.client.Message.SerializationResult serialize(ByteBuffer b)
           
 
Methods inherited from class com.crankuptheamps.client.Message
_copyTo, getAckType, getBatchSize, getBookmark, getBookmarkRaw, getBookmarkSeqNo, getBuffer, getClientName, getClientNameRaw, getCommand, getCommandId, getCommandId, getCommandIdRaw, getCorrelationId, getCorrelationIdRaw, getData, getDataRaw, getExpiration, getFilter, getFilterRaw, getGroupSeqNo, getLength, getMatches, getMaxMessages, getMessageId, getMessageIdRaw, getOptions, getOrderBy, getOrderByRaw, getPassword, getPasswordRaw, getQueryId, getQueryId, getQueryIdRaw, getRawBufferLength, getRawBufferOffset, getReason, getReasonText, getRecordsDeleted, getRecordsInserted, getRecordsReturned, getRecordsUpdated, getSendEmpties, getSendMatchingIds, getSendOOF, getSequence, getSequenceRaw, getSowKey, getSowKeyRaw, getSowKeys, getSowKeysRaw, getStatus, getSubId, getSubId, getSubIdRaw, getSubIds, getSubIdsRaw, getSubscription, getTimestamp, getTimestampRaw, getTopic, getTopicMatches, getTopicRaw, getTopN, getUserId, getUserIdRaw, getVersion, getVersionAsInt, getVersionRaw, reset, setAckType, setAckType, setBatchSize, setBookmark, setBookmark, setBookmarkSeqNo, setBuffer, setClientName, setClientName, setCommand, setCommand, setCommandId, setCommandId, setCommandId, setCorrelationId, setData, setData, setExpiration, setFilter, setFilter, setGroupSeqNo, setLength, setMatches, setMaxMessages, setMessageId, setMessageId, setOptions, setOrderBy, setOrderBy, setPassword, setPassword, setQueryId, setQueryId, setQueryId, setRawBufferLength, setRawBufferOffset, setReason, setRecordsDeleted, setRecordsInserted, setRecordsReturned, setRecordsUpdated, setSendEmpties, setSendMatchingIds, setSendOOF, setSequence, setSowKey, setSowKey, setSowKeys, setSowKeys, setStatus, setSubId, setSubId, setSubId, setSubIds, setSubIds, setSubscription, setTimestamp, setTimestamp, setTopic, setTopic, setTopicMatches, setTopN, setUserId, setUserId, setVersion, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLMessage

public XMLMessage(CharsetEncoder encoder,
                  CharsetDecoder decoder)
Method Detail

serialize

public com.crankuptheamps.client.Message.SerializationResult serialize(ByteBuffer b)

copy

public Message copy()
Specified by:
copy in class Message