|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChargingInformation | |
---|---|
com.ibm.soa.parlayx21.audio_call | Audio Call. |
com.ibm.soa.parlayx21.call_notification | Call Notification. |
com.ibm.soa.parlayx21.multimedia_conference | Multimedia Conferencing. |
com.ibm.soa.parlayx21.multimedia_messaging | Multimedia Messaging. |
com.ibm.soa.parlayx21.payment | Payment. |
com.ibm.soa.parlayx21.sms | Short Message Service. |
com.ibm.soa.parlayx21.third_party_call | Third Party Call. |
Uses of ChargingInformation in com.ibm.soa.parlayx21.audio_call |
---|
Methods in com.ibm.soa.parlayx21.audio_call with parameters of type ChargingInformation | |
---|---|
java.lang.String |
AudioCallProxy.playAudioMessage(java.net.URI address,
java.net.URI audioUrl,
ChargingInformation charging)
|
java.lang.String |
AudioCallBindingStub.playAudioMessage(java.net.URI address,
java.net.URI audioUrl,
ChargingInformation charging)
|
java.lang.String |
AudioCall.playAudioMessage(java.net.URI address,
java.net.URI audioUrl,
ChargingInformation charging)
The invocation of playAudioMessage requests to set up a call to the user identified by address and play an audio file located at audioUrl. |
java.lang.String |
AudioCallProxy.playTextMessage(java.net.URI address,
java.lang.String text,
java.lang.String language,
ChargingInformation charging)
|
java.lang.String |
AudioCallBindingStub.playTextMessage(java.net.URI address,
java.lang.String text,
java.lang.String language,
ChargingInformation charging)
|
java.lang.String |
AudioCall.playTextMessage(java.net.URI address,
java.lang.String text,
java.lang.String language,
ChargingInformation charging)
The invocation of playTextMessage requests to set up a call to the user identified by address and play a text identified by text. |
java.lang.String |
AudioCallProxy.playVoiceXmlMessage(java.net.URI address,
java.net.URI voiceXmlUrl,
ChargingInformation charging)
|
java.lang.String |
AudioCallBindingStub.playVoiceXmlMessage(java.net.URI address,
java.net.URI voiceXmlUrl,
ChargingInformation charging)
|
java.lang.String |
AudioCall.playVoiceXmlMessage(java.net.URI address,
java.net.URI voiceXmlUrl,
ChargingInformation charging)
The invocation of playVoiceXmlMessage requests to set up a call to the user identified by address and process VoiceXML content located at voiceXmlUrl. |
Uses of ChargingInformation in com.ibm.soa.parlayx21.call_notification |
---|
Methods in com.ibm.soa.parlayx21.call_notification that return ChargingInformation | |
---|---|
ChargingInformation |
Action.getCharging()
|
Methods in com.ibm.soa.parlayx21.call_notification with parameters of type ChargingInformation | |
---|---|
void |
Action.setCharging(ChargingInformation charging)
|
Uses of ChargingInformation in com.ibm.soa.parlayx21.multimedia_conference |
---|
Methods in com.ibm.soa.parlayx21.multimedia_conference with parameters of type ChargingInformation | |
---|---|
java.lang.String |
MultimediaConferenceProxy.createConference(java.lang.String conferenceType,
java.lang.String conferenceDescription,
ChargingInformation charging,
java.lang.Integer maximumDuration,
int maximumNumberOfParticipants,
java.net.URI conferenceOwner)
|
java.lang.String |
MultimediaConferenceBindingStub.createConference(java.lang.String conferenceType,
java.lang.String conferenceDescription,
ChargingInformation charging,
java.lang.Integer maximumDuration,
int maximumNumberOfParticipants,
java.net.URI conferenceOwner)
|
java.lang.String |
MultimediaConference.createConference(java.lang.String conferenceType,
java.lang.String conferenceDescription,
ChargingInformation charging,
java.lang.Integer maximumDuration,
int maximumNumberOfParticipants,
java.net.URI conferenceOwner)
The invocation of createConference requests to create a multi-media conference with initially no participants connected. |
Uses of ChargingInformation in com.ibm.soa.parlayx21.multimedia_messaging |
---|
Methods in com.ibm.soa.parlayx21.multimedia_messaging with parameters of type ChargingInformation | |
---|---|
java.lang.String |
SendMessageProxy.sendMessage(java.net.URI[] addresses,
java.lang.String senderAddress,
java.lang.String subject,
MessagePriority priority,
ChargingInformation charging,
SimpleReference receiptRequest)
|
java.lang.String |
SendMessageBindingStub.sendMessage(java.net.URI[] addresses,
java.lang.String senderAddress,
java.lang.String subject,
MessagePriority priority,
ChargingInformation charging,
SimpleReference receiptRequest)
|
java.lang.String |
SendMessage.sendMessage(java.net.URI[] addresses,
java.lang.String senderAddress,
java.lang.String subject,
MessagePriority priority,
ChargingInformation charging,
SimpleReference receiptRequest)
Request to send a Message to a set of destination addresses, returning a requestIdentifier to identify the message. |
Uses of ChargingInformation in com.ibm.soa.parlayx21.payment |
---|
Methods in com.ibm.soa.parlayx21.payment that return ChargingInformation | |
---|---|
ChargingInformation |
VolumeChargingProxy.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
|
ChargingInformation |
VolumeChargingBindingStub.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
|
ChargingInformation |
VolumeCharging.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
This operation results in converting the given volume to a currency amount. |
ChargingInformation |
ReserveVolumeChargingProxy.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
|
ChargingInformation |
ReserveVolumeChargingBindingStub.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
|
ChargingInformation |
ReserveVolumeCharging.getAmount(java.net.URI endUserIdentifier,
long volume,
Property[] parameters)
This operation returns the amount resulting from converting the given volume. |
Methods in com.ibm.soa.parlayx21.payment with parameters of type ChargingInformation | |
---|---|
void |
AmountChargingProxy.chargeAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
AmountChargingBindingStub.chargeAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
AmountCharging.chargeAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
This operation results in directly charging to the account indicated by the end user identifier. |
void |
ReserveAmountChargingProxy.chargeReservation(java.lang.String reservationIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
ReserveAmountChargingBindingStub.chargeReservation(java.lang.String reservationIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
ReserveAmountCharging.chargeReservation(java.lang.String reservationIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
This operation results in charging to a reservation indicated by the reservation id. |
void |
AmountChargingProxy.refundAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
AmountChargingBindingStub.refundAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
|
void |
AmountCharging.refundAmount(java.net.URI endUserIdentifier,
ChargingInformation charge,
java.lang.String referenceCode)
This operation results in directly applying a refund to the account indicated by the end user identifier. |
void |
ReserveAmountChargingProxy.reserveAdditionalAmount(java.lang.String reservationIdentifier,
ChargingInformation charge)
|
void |
ReserveAmountChargingBindingStub.reserveAdditionalAmount(java.lang.String reservationIdentifier,
ChargingInformation charge)
|
void |
ReserveAmountCharging.reserveAdditionalAmount(java.lang.String reservationIdentifier,
ChargingInformation charge)
This operation results in the addition/subtraction of a charge to/from an existing reservation indicated by the reservation id. |
java.lang.String |
ReserveAmountChargingProxy.reserveAmount(java.net.URI endUserIdentifier,
ChargingInformation charge)
|
java.lang.String |
ReserveAmountChargingBindingStub.reserveAmount(java.net.URI endUserIdentifier,
ChargingInformation charge)
|
java.lang.String |
ReserveAmountCharging.reserveAmount(java.net.URI endUserIdentifier,
ChargingInformation charge)
This operation reserves a charge for an account indicated by the end user identifier. |
Uses of ChargingInformation in com.ibm.soa.parlayx21.sms |
---|
Methods in com.ibm.soa.parlayx21.sms with parameters of type ChargingInformation | |
---|---|
java.lang.String |
SendSmsProxy.sendSms(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String message,
SimpleReference receiptRequest)
|
java.lang.String |
SendSmsBindingStub.sendSms(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String message,
SimpleReference receiptRequest)
|
java.lang.String |
SendSms.sendSms(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String message,
SimpleReference receiptRequest)
The application invokes the sendSms operation to send an SMS message, specified by the String message. |
java.lang.String |
SendSmsProxy.sendSmsLogo(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
byte[] image,
SmsFormat smsFormat,
SimpleReference receiptRequest)
|
java.lang.String |
SendSmsBindingStub.sendSmsLogo(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
byte[] image,
SmsFormat smsFormat,
SimpleReference receiptRequest)
|
java.lang.String |
SendSms.sendSmsLogo(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
byte[] image,
SmsFormat smsFormat,
SimpleReference receiptRequest)
The application invokes the sendSmsLogo operation to send an SMS logo, specified by the byte array image. |
java.lang.String |
SendSmsProxy.sendSmsRingtone(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String ringtone,
SmsFormat smsFormat,
SimpleReference receiptRequest)
|
java.lang.String |
SendSmsBindingStub.sendSmsRingtone(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String ringtone,
SmsFormat smsFormat,
SimpleReference receiptRequest)
|
java.lang.String |
SendSms.sendSmsRingtone(java.net.URI[] addresses,
java.lang.String senderName,
ChargingInformation charging,
java.lang.String ringtone,
SmsFormat smsFormat,
SimpleReference receiptRequest)
The application invokes the sendSmsRingtone operation to send an SMS ringtone, specified by the String ringtone (in RTX format). |
Uses of ChargingInformation in com.ibm.soa.parlayx21.third_party_call |
---|
Methods in com.ibm.soa.parlayx21.third_party_call with parameters of type ChargingInformation | |
---|---|
java.lang.String |
ThirdPartyCallProxy.makeCall(java.net.URI callingParty,
java.net.URI calledParty,
ChargingInformation charging)
|
java.lang.String |
ThirdPartyCallBindingStub.makeCall(java.net.URI callingParty,
java.net.URI calledParty,
ChargingInformation charging)
|
java.lang.String |
ThirdPartyCall.makeCall(java.net.URI callingParty,
java.net.URI calledParty,
ChargingInformation charging)
The invocation of makeCall requests to set-up a voice call between two addresses, callingParty and calledParty, provided that the invoking application is allowed to connect them. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |