oracle.panama.messaging.transport
Class SenderInfo
java.lang.Object
|
+--oracle.panama.messaging.transport.SenderInfo
- public class SenderInfo
- extends java.lang.Object
The information about the sender. Among all
these information, only the delivery type is
required.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SenderInfo
public SenderInfo()
getFromAddress
public java.lang.String getFromAddress()
- Get the from address of the message.
- Returns:
- the from address, null if not set.
getReplyToAddress
public java.lang.String getReplyToAddress()
- Get the reply-to address of the message.
- Returns:
- the reply-to address, null if not set.
getDeliveryType
public java.lang.String getDeliveryType()
- Get the delivery type.
- Returns:
- the delivery type.
setFromAddress
public void setFromAddress(java.lang.String address)
- Set the from address of the message.
- Parameters:
address
- the from address.
setReplyToAddress
public void setReplyToAddress(java.lang.String address)
- Set the reply-to address of the message.
- Parameters:
address
- the reply-to address.
setDeliveryType
public void setDeliveryType(java.lang.String type)
- Set the delivery type.
- Parameters:
type
- the delivery type.