|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.tribes.TribesEnvelope
public class TribesEnvelope
Title:
Description:
Copyright: Copyright (c) 2006
Company:
Field Summary | |
---|---|
protected Address |
address
|
protected java.io.Serializable |
payload
|
protected Address |
replyto
|
protected java.lang.String |
sourceCorrId
|
protected java.lang.String |
targetCorrId
|
Constructor Summary | |
---|---|
TribesEnvelope()
|
Method Summary | |
---|---|
Address |
getAddress()
getAddress |
java.io.Serializable |
getPayload()
getPayload |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
|
java.lang.Object |
getProperty(java.lang.String key)
|
Quipu |
getQuipu()
|
Address |
getReplyTo()
getReplyTo |
java.lang.String |
getSourceCorrelationId()
getSourceCorrelationId |
java.lang.String |
getTargetCorrelationId()
getTargetCorrelationId |
void |
removeProperty(java.lang.String key)
|
void |
setAddress(Address address)
setAddress |
void |
setPayload(java.io.Serializable payload)
setPayload |
void |
setProperty(java.lang.String key,
java.lang.Object value)
|
void |
setQuipu(Quipu quipu)
|
void |
setReplyTo(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 |
---|
protected Address address
protected java.io.Serializable payload
protected Address replyto
protected java.lang.String sourceCorrId
protected java.lang.String targetCorrId
Constructor Detail |
---|
public TribesEnvelope()
Method Detail |
---|
public Address getAddress()
getAddress
in interface Envelope
public java.io.Serializable getPayload()
getPayload
in interface Envelope
public Address getReplyTo()
getReplyTo
in interface Envelope
public java.lang.String getSourceCorrelationId()
getSourceCorrelationId
in interface Envelope
public java.lang.String getTargetCorrelationId()
getTargetCorrelationId
in interface Envelope
public void setAddress(Address address)
setAddress
in interface Envelope
address
- Addresspublic void setPayload(java.io.Serializable payload)
setPayload
in interface Envelope
payload
- Serializablepublic void setReplyTo(Address replyTo)
setReplyTo
in interface Envelope
replyTo
- Addresspublic void setSourceCorrelationId(java.lang.String correlationId)
correlationId
- Stringpublic void setTargetCorrelationId(java.lang.String correlationId)
setTargetCorrelationId
in interface Envelope
correlationId
- Stringpublic java.util.Map<java.lang.String,java.lang.Object> getProperties()
getProperties
in interface Envelope
public java.lang.Object getProperty(java.lang.String key)
getProperty
in interface Envelope
public void removeProperty(java.lang.String key)
removeProperty
in interface Envelope
public void setProperty(java.lang.String key, java.lang.Object value)
setProperty
in interface Envelope
public Quipu getQuipu()
getQuipu
in interface Envelope
public void setQuipu(Quipu quipu)
setQuipu
in interface Envelope
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |