Class ProtocolReply
java.lang.Object
com.swiftmq.filetransfer.protocol.MessageBasedReply
com.swiftmq.filetransfer.protocol.ProtocolReply
- All Implemented Interfaces:
MessageBased
-
Field Summary
FieldsFields inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
EXCEPTION_PROP, OK_PROP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setQueueName
(String queueName) javax.jms.Message
toString()
Methods inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
fillMessage, getException, isOk, setException, setOk
-
Field Details
-
QUEUENAME_PROP
- See Also:
-
-
Constructor Details
-
ProtocolReply
public ProtocolReply(javax.jms.Message message) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-
ProtocolReply
public ProtocolReply()
-
-
Method Details
-
getQueueName
-
setQueueName
-
toMessage
public javax.jms.Message toMessage() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
toString
- Overrides:
toString
in classMessageBasedReply
-