Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.transport
Class SenderInfo

java.lang.Object
  extended byoracle.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.


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

getDeliveryType

public java.lang.String getDeliveryType()
Get the delivery type.
Returns:
the delivery type.

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.

setDeliveryType

public void setDeliveryType(java.lang.String type)
Set the delivery type.
Parameters:
type - 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.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.