org.codehaus.wadi.tribes
Class TribesEnvelope

java.lang.Object
  extended by org.codehaus.wadi.tribes.TribesEnvelope
All Implemented Interfaces:
java.io.Serializable, org.codehaus.wadi.group.Envelope

public class TribesEnvelope
extends java.lang.Object
implements org.codehaus.wadi.group.Envelope, java.io.Serializable

Title:

Description:

Copyright: Copyright (c) 2006

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Field Summary
protected  org.codehaus.wadi.group.Address address
           
protected  java.io.Serializable payload
           
protected  org.codehaus.wadi.group.Address replyto
           
protected  java.lang.String sourceCorrId
           
protected  java.lang.String targetCorrId
           
 
Constructor Summary
TribesEnvelope()
           
 
Method Summary
 org.codehaus.wadi.group.Address getAddress()
          getAddress
 java.io.Serializable getPayload()
          getPayload
 java.util.Map getProperties()
           
 java.lang.Object getProperty(java.lang.String key)
           
 org.codehaus.wadi.group.Quipu getQuipu()
           
 org.codehaus.wadi.group.Address getReplyTo()
          getReplyTo
 java.lang.String getSourceCorrelationId()
          getSourceCorrelationId
 java.lang.String getTargetCorrelationId()
          getTargetCorrelationId
 void setAddress(org.codehaus.wadi.group.Address address)
          setAddress
 void setPayload(java.io.Serializable payload)
          setPayload
 void setProperty(java.lang.String key, java.lang.Object value)
           
 void setQuipu(org.codehaus.wadi.group.Quipu quipu)
           
 void setReplyTo(org.codehaus.wadi.group.Address replyTo)
          setReplyTo
 void setSourceCorrelationId(java.lang.String correlationId)
          setSourceCorrelationId
 void setTargetCorrelationId(java.lang.String correlationId)
          setTargetCorrelationId
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

address

protected org.codehaus.wadi.group.Address address

payload

protected java.io.Serializable payload

replyto

protected org.codehaus.wadi.group.Address replyto

sourceCorrId

protected java.lang.String sourceCorrId

targetCorrId

protected java.lang.String targetCorrId
Constructor Detail

TribesEnvelope

public TribesEnvelope()
Method Detail

getAddress

public org.codehaus.wadi.group.Address getAddress()
getAddress

Specified by:
getAddress in interface org.codehaus.wadi.group.Envelope
Returns:
Address

getPayload

public java.io.Serializable getPayload()
getPayload

Specified by:
getPayload in interface org.codehaus.wadi.group.Envelope
Returns:
Serializable

getReplyTo

public org.codehaus.wadi.group.Address getReplyTo()
getReplyTo

Specified by:
getReplyTo in interface org.codehaus.wadi.group.Envelope
Returns:
Address

getSourceCorrelationId

public java.lang.String getSourceCorrelationId()
getSourceCorrelationId

Specified by:
getSourceCorrelationId in interface org.codehaus.wadi.group.Envelope
Returns:
String

getTargetCorrelationId

public java.lang.String getTargetCorrelationId()
getTargetCorrelationId

Specified by:
getTargetCorrelationId in interface org.codehaus.wadi.group.Envelope
Returns:
String

setAddress

public void setAddress(org.codehaus.wadi.group.Address address)
setAddress

Specified by:
setAddress in interface org.codehaus.wadi.group.Envelope
Parameters:
address - Address

setPayload

public void setPayload(java.io.Serializable payload)
setPayload

Specified by:
setPayload in interface org.codehaus.wadi.group.Envelope
Parameters:
payload - Serializable

setReplyTo

public void setReplyTo(org.codehaus.wadi.group.Address replyTo)
setReplyTo

Specified by:
setReplyTo in interface org.codehaus.wadi.group.Envelope
Parameters:
replyTo - Address

setSourceCorrelationId

public void setSourceCorrelationId(java.lang.String correlationId)
setSourceCorrelationId

Parameters:
correlationId - String

setTargetCorrelationId

public void setTargetCorrelationId(java.lang.String correlationId)
setTargetCorrelationId

Specified by:
setTargetCorrelationId in interface org.codehaus.wadi.group.Envelope
Parameters:
correlationId - String

getProperties

public java.util.Map getProperties()
Specified by:
getProperties in interface org.codehaus.wadi.group.Envelope

getProperty

public java.lang.Object getProperty(java.lang.String key)
Specified by:
getProperty in interface org.codehaus.wadi.group.Envelope

setProperty

public void setProperty(java.lang.String key,
                        java.lang.Object value)
Specified by:
setProperty in interface org.codehaus.wadi.group.Envelope

getQuipu

public org.codehaus.wadi.group.Quipu getQuipu()
Specified by:
getQuipu in interface org.codehaus.wadi.group.Envelope

setQuipu

public void setQuipu(org.codehaus.wadi.group.Quipu quipu)
Specified by:
setQuipu in interface org.codehaus.wadi.group.Envelope

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.