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