com.ibm.wsgw.beans
Class ResponseCorrelation

java.lang.Object
  |
  +--com.ibm.wsgw.beans.ResponseCorrelation
All Implemented Interfaces:
java.io.Serializable

public class ResponseCorrelation
extends java.lang.Object
implements java.io.Serializable

The ResponseCorrelation interface encapsulates the information that an asynchronous listener for service responses needs to send a response.

Version:
1.11
Author:
 
See Also:
, Serialized Form

Field Summary
static java.lang.String copyright
          Copyright string.
 
Constructor Summary
ResponseCorrelation()
           
 
Method Summary
 java.lang.Object get(java.io.Serializable key)
          Returns the specified object
 void set(java.io.Serializable key, java.io.Serializable value)
          Sets the value of the specified key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string. Any code placed between the comments will be over written
Constructor Detail

ResponseCorrelation

public ResponseCorrelation()
Method Detail

get

public java.lang.Object get(java.io.Serializable key)
Returns the specified object
Parameters:
key - The key of the object to return.
Returns:
The object corresponding to the specified key
See Also:

set

public void set(java.io.Serializable key,
                java.io.Serializable value)
         throws java.lang.NullPointerException
Sets the value of the specified key.
Parameters:
key - The key of the value to be set.
value - The value of the key to be set.
Returns:
 
See Also:


Copyright © 2002 IBM. All Rights Reserved.