|
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.ReceivingBillingContext
Billing context for incoming messages. The bill context logs some generic information about an incoming 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.
SendingBillingContext| Field Summary |
| Fields inherited from interface oracle.wireless.billing.BillingContext |
ALERT_COMPONENT, MESSAGING_COMPONENT, PROVISIONING_COMPONENT, PUSH_COMPONENT, RUNTIME_COMPONENT |
| Constructor Summary | |
ReceivingBillingContext() |
|
| Method Summary | |
java.lang.String |
getDeliveryType()Get the message delivery type. |
java.lang.String |
getFrom()Get the message's from-address. |
java.lang.String |
getMessageId()Get the message id. |
java.lang.String |
getServiceName()Get the service name of the message. |
java.lang.String |
getTo()Get the destination address of the message. |
void |
setDeliveryType(java.lang.String transport)Set the message delivery type. |
void |
setFrom(java.lang.String frm)Set the from-address of the message. |
void |
setMessageId(java.lang.String id)Set the message id. |
void |
setServiceName(java.lang.String service)Set the service name of the message. |
void |
setTo(java.lang.String toAddress)Set the destination address. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReceivingBillingContext()
| Method Detail |
public java.lang.String getDeliveryType()
public java.lang.String getFrom()
public java.lang.String getMessageId()
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 setFrom(java.lang.String frm)
frm - the from-address of the message.public void setMessageId(java.lang.String id)
id - the id of the message.public void setServiceName(java.lang.String service)
service - the service name of the message.public void setTo(java.lang.String toAddress)
toAddress - 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 | |||||||||