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