|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.transport.SendingBillingContext
Billing context for outgoing messages. The bill context logs some generic information about an outgoing message. The billing framework saves them in a database. A customer developped billing driver can read these information and decide how to bill the recipient.
ReceivingBillingContext| Field Summary |
| Fields inherited from interface oracle.wireless.billing.BillingContext |
ALERT_COMPONENT, MESSAGING_COMPONENT, PROVISIONING_COMPONENT, PUSH_COMPONENT, RUNTIME_COMPONENT |
| Constructor Summary | |
SendingBillingContext() |
|
| Method Summary | |
java.lang.String |
getDeliveryType()Get the message delivery type. |
java.lang.String |
getDriverName()Get the driver name the message is routed to. |
java.lang.String |
getFrom()Get the message's from-address. |
java.lang.String |
getLinkedMessageId()Get the linked message id. |
java.lang.String |
getMessageId()Get the message id. |
java.lang.String |
getReplyTo()Get the reply-to address. |
java.lang.String |
getServiceName()Get the service name of the message. |
java.lang.String |
getTo()Get the destination addresses of the message. |
void |
setDeliveryType(java.lang.String transport)Set the message delivery type. |
void |
setDriverName(java.lang.String driver)Set the driver name the message is routed to. |
void |
setFrom(java.lang.String frm)Set the from-address of the message. |
void |
setLinkedMessageId(java.lang.String id)Set the linked message id. |
void |
setMessageId(java.lang.String id)Set the message id. |
void |
setReplyTo(java.lang.String t)Set the reply-to address. |
void |
setServiceName(java.lang.String service)Set the service name of the message. |
void |
setTo(java.lang.String toAddresses)Set the destination addresses. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SendingBillingContext()
| Method Detail |
public java.lang.String getDeliveryType()
public java.lang.String getDriverName()
public java.lang.String getFrom()
public java.lang.String getLinkedMessageId()
public java.lang.String getMessageId()
public java.lang.String getReplyTo()
public java.lang.String getServiceName()
public java.lang.String getTo()
public void setDeliveryType(java.lang.String transport)
transport - the delivery type of the message.public void setDriverName(java.lang.String driver)
driver - the driver name of the message.public void setFrom(java.lang.String frm)
frm - the from-address of the message.public void setLinkedMessageId(java.lang.String id)
id - the id of the linked message.public void setMessageId(java.lang.String id)
id - the id of the message.public void setReplyTo(java.lang.String t)
t - the reply-to address of the message.public void setServiceName(java.lang.String service)
service - the service name of the message.public void setTo(java.lang.String toAddresses)
toAddresses - the destination addresses of the message.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||