Inheritance diagram for com.scalagent.kjoram.jms.QBrowseReply:


Public Member Functions | |
| QBrowseReply (com.scalagent.kjoram.comm.BrowseReply destReply) | |
| QBrowseReply () | |
| Vector | getMessages () |
| void | addMessage (Message msg) |
| void | setMessage (Message msg) |
| Hashtable | soapCode () |
Static Public Member Functions | |
| static Object | soapDecode (Hashtable h) |
QBrowseReply instance is used by a JMS client proxy for forwarding a BrowseReply destination notification, actually replying to a client QBrowseRequest.
Definition at line 36 of file QBrowseReply.java.
| com.scalagent.kjoram.jms.QBrowseReply.QBrowseReply | ( | com.scalagent.kjoram.comm.BrowseReply | destReply | ) |
Constructs a QBrowseReply instance.
| destReply | The queue reply actually forwarded. |
Definition at line 49 of file QBrowseReply.java.
| Vector com.scalagent.kjoram.jms.QBrowseReply.getMessages | ( | ) |
Returns the vector of messages carried by this reply.
Definition at line 90 of file QBrowseReply.java.
| static Object com.scalagent.kjoram.jms.QBrowseReply.soapDecode | ( | Hashtable | h | ) | [static] |
Transforms a hashtable of primitive values into a QBrowseReply reply.
Reimplemented from com.scalagent.kjoram.jms.AbstractJmsReply.
Definition at line 133 of file QBrowseReply.java.
References com.scalagent.kjoram.jms.QBrowseReply.addMessage(), com.scalagent.kjoram.jms.QBrowseReply.QBrowseReply(), com.scalagent.kjoram.jms.AbstractJmsReply.setCorrelationId(), and com.scalagent.kjoram.jms.QBrowseReply.setMessage().
Here is the call graph for this function:

1.5.0