Class ProtocolReply
- java.lang.Object
-
- com.swiftmq.filetransfer.protocol.MessageBasedReply
-
- com.swiftmq.filetransfer.protocol.ProtocolReply
-
- All Implemented Interfaces:
MessageBased
public class ProtocolReply extends MessageBasedReply
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
QUEUENAME_PROP
-
Fields inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
EXCEPTION_PROP, OK_PROP
-
-
Constructor Summary
Constructors Constructor Description ProtocolReply()
ProtocolReply(javax.jms.Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueueName()
void
setQueueName(java.lang.String queueName)
javax.jms.Message
toMessage()
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
fillMessage, getException, isOk, setException, setOk
-
-
-
-
Field Detail
-
QUEUENAME_PROP
public static final java.lang.String QUEUENAME_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getQueueName
public java.lang.String getQueueName()
-
setQueueName
public void setQueueName(java.lang.String queueName)
-
toMessage
public javax.jms.Message toMessage() throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classMessageBasedReply
-
-