Joram ${version}

org.objectweb.joram.shared.client
Class ServerReply

java.lang.Object
  extended byorg.objectweb.joram.shared.client.AbstractJmsReply
      extended byorg.objectweb.joram.shared.client.ServerReply
All Implemented Interfaces:
java.io.Serializable

public class ServerReply
extends AbstractJmsReply

A ServerReply is used by a JMS proxy for acknowledging the receipt of a synchronous AbstractJmsRequest request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply
correlationId
 
Constructor Summary
ServerReply()
          Constructs a ServerReply instance.
ServerReply(AbstractJmsRequest request)
          Constructs a ServerReply instance.
ServerReply(int correlationId)
          Constructs a ServerReply instance.
 
Method Summary
 java.util.Hashtable soapCode()
           
static java.lang.Object soapDecode(java.util.Hashtable h)
           
 
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply
getCorrelationId, getKey, setCorrelationId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerReply

public ServerReply(AbstractJmsRequest request)
Constructs a ServerReply instance.

Parameters:
request - The acknowledged JMS request.

ServerReply

public ServerReply(int correlationId)
Constructs a ServerReply instance.

Parameters:
correlationId - Correlation identifier.

ServerReply

public ServerReply()
Constructs a ServerReply instance.

Method Detail

soapCode

public java.util.Hashtable soapCode()
Overrides:
soapCode in class AbstractJmsReply

soapDecode

public static java.lang.Object soapDecode(java.util.Hashtable h)

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved