Oracle Application Server Wireless Java API Reference
B10400-01

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.

Author:
jxiang

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

SenderInfo

public SenderInfo()
Method Detail

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.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.