Class MessageBasedReply
java.lang.Object
com.swiftmq.filetransfer.protocol.MessageBasedReply
- All Implemented Interfaces:
MessageBased
- Direct Known Subclasses:
FileChunkReply
,FileChunkReply
,FileConsumeReply
,FileConsumeReply
,FileDeleteReply
,FileDeleteReply
,FilePublishReply
,FilePublishReply
,FileQueryPropsReply
,FileQueryReply
,FileQueryReply
,ProtocolReply
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.Message
fillMessage
(javax.jms.Message message) boolean
isOk()
void
setException
(String exception) void
setOk
(boolean ok) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.swiftmq.filetransfer.protocol.MessageBased
toMessage
-
Field Details
-
OK_PROP
- See Also:
-
EXCEPTION_PROP
- See Also:
-
-
Constructor Details
-
MessageBasedReply
protected MessageBasedReply() -
MessageBasedReply
protected MessageBasedReply(javax.jms.Message message) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-
-
Method Details