Class FileQueryReply
java.lang.Object
com.swiftmq.filetransfer.protocol.MessageBasedReply
com.swiftmq.filetransfer.protocol.v940.FileQueryReply
- All Implemented Interfaces:
MessageBased
-
Field Summary
FieldsFields inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
EXCEPTION_PROP, OK_PROP
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.swiftmq.filetransfer.protocol.MessageBasedReply
fillMessage, getException, isOk, setException, setOk
-
Field Details
-
RESULTSIZE_PROP
- See Also:
-
RESULT_PROP
- See Also:
-
-
Constructor Details
-
FileQueryReply
public FileQueryReply(javax.jms.Message message) throws javax.jms.JMSException - Throws:
javax.jms.JMSException
-
FileQueryReply
public FileQueryReply()
-
-
Method Details
-
getResult
-
setResult
-
toMessage
public javax.jms.Message toMessage() throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
toString
- Overrides:
toString
in classMessageBasedReply
-