|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.panama.messaging.transport.SenderInfo
The information about the sender. Among all these information, only the delivery type is required.
| Constructor Summary | |
SenderInfo() | |
| Method Summary | |
java.lang.String |
getDeliveryType()Get the delivery type. |
java.lang.String |
getFromAddress()Get the from address of the message. |
java.lang.String |
getReplyToAddress()Get the reply-to address of the message. |
void |
setDeliveryType(java.lang.String type)Set the delivery type. |
void |
setFromAddress(java.lang.String address)Set the from address of the message. |
void |
setReplyToAddress(java.lang.String address)Set the reply-to address of the message. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SenderInfo()
| Method Detail |
public java.lang.String getFromAddress()
public java.lang.String getReplyToAddress()
public java.lang.String getDeliveryType()
public void setFromAddress(java.lang.String address)
address - the from address.public void setReplyToAddress(java.lang.String address)
address - the reply-to address.public void setDeliveryType(java.lang.String type)
type - the delivery type.
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||