org.codehaus.wadi.group.vm
Class VMEnvelope
java.lang.Object
org.codehaus.wadi.group.vm.VMEnvelope
- All Implemented Interfaces:
- java.io.Serializable, Envelope
public class VMEnvelope
- extends java.lang.Object
- implements Envelope
- Version:
- $Revision: 1603 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VMEnvelope
public VMEnvelope()
VMEnvelope
public VMEnvelope(VMEnvelope prototype)
getTargetCorrelationId
public java.lang.String getTargetCorrelationId()
- Specified by:
getTargetCorrelationId
in interface Envelope
setTargetCorrelationId
public void setTargetCorrelationId(java.lang.String correlationId)
- Specified by:
setTargetCorrelationId
in interface Envelope
getSourceCorrelationId
public java.lang.String getSourceCorrelationId()
- Specified by:
getSourceCorrelationId
in interface Envelope
setSourceCorrelationId
public void setSourceCorrelationId(java.lang.String correlationId)
getReplyTo
public Address getReplyTo()
- Specified by:
getReplyTo
in interface Envelope
setReplyTo
public void setReplyTo(Address replyTo)
- Specified by:
setReplyTo
in interface Envelope
getAddress
public Address getAddress()
- Specified by:
getAddress
in interface Envelope
setAddress
public void setAddress(Address address)
- Specified by:
setAddress
in interface Envelope
setPayload
public void setPayload(java.io.Serializable payload)
- Specified by:
setPayload
in interface Envelope
getPayload
public java.io.Serializable getPayload()
- Specified by:
getPayload
in interface Envelope
getProperties
public java.util.Map getProperties()
- Specified by:
getProperties
in interface Envelope
getProperty
public java.lang.Object getProperty(java.lang.String key)
- Specified by:
getProperty
in interface Envelope
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
- Specified by:
setProperty
in interface Envelope
getQuipu
public Quipu getQuipu()
- Specified by:
getQuipu
in interface Envelope
setQuipu
public void setQuipu(Quipu quipu)
- Specified by:
setQuipu
in interface Envelope
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2008. All Rights Reserved.