org.apache.wsif
Interface WSIFCorrelationId

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WSIFJMSCorrelationId

public interface WSIFCorrelationId
extends java.io.Serializable

A WSIFCorrelationId is used to identify asynchronous requests so that a request can be matched to its response.

Author:
Ant Elder

Method Summary
 java.lang.String getCorrelationId()
           
 byte[] getCorrelationIdAsBytes()
           
 

Method Detail

getCorrelationId

public java.lang.String getCorrelationId()

getCorrelationIdAsBytes

public byte[] getCorrelationIdAsBytes()


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.