Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.transport
Class ReceivingBillingContext

java.lang.Object
  |
  +--oracle.panama.messaging.transport.ReceivingBillingContext
All Implemented Interfaces:
BillingContext

public class ReceivingBillingContext
extends java.lang.Object
implements BillingContext

Field Summary

 

Fields inherited from interface oracle.wireless.billing.BillingContext
ALERT_COMPONENT, MESSAGING_COMPONENT, PROVISIONING_COMPONENT, RUNTIME_COMPONENT

 

Constructor Summary
ReceivingBillingContext()
           

 

Method Summary
 java.lang.String getDeliveryType()
           
 java.lang.String getFrom()
           
 java.lang.String getMessageId()
           
 java.lang.String getServiceName()
           
 java.lang.String getTo()
           
 void setDeliveryType(java.lang.String transport)
           
 void setFrom(java.lang.String frm)
           
 void setMessageId(java.lang.String id)
           
 void setServiceName(java.lang.String service)
           
 void setTo(java.lang.String toAddress)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReceivingBillingContext

public ReceivingBillingContext()
Method Detail

getMessageId

public java.lang.String getMessageId()

setMessageId

public void setMessageId(java.lang.String id)

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String service)

setFrom

public void setFrom(java.lang.String frm)

getFrom

public java.lang.String getFrom()

getTo

public java.lang.String getTo()

setTo

public void setTo(java.lang.String toAddress)

setDeliveryType

public void setDeliveryType(java.lang.String transport)

getDeliveryType

public java.lang.String getDeliveryType()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.