org.gsm.oneapi.endpoints
Class ServiceEndpoints

java.lang.Object
  extended by org.gsm.oneapi.endpoints.ServiceEndpoints
Direct Known Subclasses:
AeoponaSandbox

public class ServiceEndpoints
extends java.lang.Object


Field Summary
protected  java.lang.String AmountCharge
          Specifies the OneAPI network endpoint for the Payment API : Charge Amount method
protected  java.lang.String AmountRefund
          Specifies the OneAPI network endpoint for the Payment API : Refund Amount method
protected  java.lang.String AmountReservationCharge
          Specifies the OneAPI network endpoint for the Payment API : Charge Reserved method
protected  java.lang.String AmountReservationRelease
          Specifies the OneAPI network endpoint for the Payment API : Release Amount Reserved method
protected  java.lang.String AmountReserve
          Specifies the OneAPI network endpoint for the Payment API : Reserve Amount method
protected  java.lang.String AmountReserveAdditional
          Specifies the OneAPI network endpoint for the Payment API : Reserve Additional Amount method
protected  java.lang.String CancelMMSDeliverySubscription
          Specifies the OneAPI network endpoint for the MMS : Cancel Subscription to (Sent) MMS Delivery Notifications method
protected  java.lang.String CancelMMSReceiptSubscription
          Specifies the OneAPI network endpoint for the MMS : Cancel Subscription to (Received) MMS Receipt Notifications method
protected  java.lang.String CancelSMSDeliverySubscription
          Specifies the OneAPI network endpoint for the SMS : Cancel Subscription to (Sent) SMS Delivery Notifications method
protected  java.lang.String CancelSMSReceiptSubscription
          Specifies the OneAPI network endpoint for the SMS : Cancel Subscription to (Received) SMS Receipt Notifications method
protected  java.lang.String Location
          Specifies the OneAPI network endpoint for the Location API : Locate Terminal method
protected  java.lang.String MMSDeliverySubscriptions
          Specifies the OneAPI network endpoint for the MMS : Subscribe To (Sent) MMS Delivery Notifications method
protected  java.lang.String MMSReceiptSubscriptions
          Specifies the OneAPI network endpoint for the MMS : Subscribe To (Received) MMS Receipt Notifications method
protected  java.lang.String QueryMMSDelivery
          Specifies the OneAPI network endpoint for the MMS : Query (Sent) MMS Delivery Status method
protected  java.lang.String QuerySMSDelivery
          Specifies the OneAPI network endpoint for the SMS : Query (Sent) SMS Delivery Status method
protected  java.lang.String RetrieveMMS
          Specifies the OneAPI network endpoint for the MMS : Receive (Full) MMS message method
protected  java.lang.String RetrieveMMSMessage
          Specifies the OneAPI network endpoint for the MMS : Receive MMS message list method
protected  java.lang.String RetrieveSMS
          Specifies the OneAPI network endpoint for the SMS : Receive SMS method
protected  java.lang.String SendMMS
          Specifies the OneAPI network endpoint for the MMS : Send MMS method
protected  java.lang.String SendSMS
          Specifies the OneAPI network endpoint for the SMS : Send SMS method
protected  java.lang.String SMSDeliverySubscriptions
          Specifies the OneAPI network endpoint for the SMS : Subscribe To (Sent) SMS Delivery Notifications method
protected  java.lang.String SMSReceiptSubscriptions
          Specifies the OneAPI network endpoint for the SMS : Subscribe To (Received) SMS Receipt Notifications method
 
Constructor Summary
ServiceEndpoints()
           
 
Method Summary
 java.lang.String getAmountChargeEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Charge Amount method
 java.lang.String getAmountRefundEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Refund Amount method
 java.lang.String getAmountReservationChargeEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Charge Reserved method
 java.lang.String getAmountReservationReleaseEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Release Amount Reserved method
 java.lang.String getAmountReserveAdditionalEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Reserve Additional Amount method
 java.lang.String getAmountReserveEndpoint()
          Retrieves the OneAPI network endpoint for the Payment API : Reserve Amount method
 java.lang.String getCancelMMSDeliverySubscriptionEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Cancel Subscription to (Sent) MMS Delivery Notifications method
 java.lang.String getCancelMMSReceiptSubscriptionEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Cancel Subscription to (Received) MMS Receipt Notifications method
 java.lang.String getCancelSMSDeliverySubscriptionEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Cancel Subscription to (Sent) SMS Delivery Notifications method
 java.lang.String getCancelSMSReceiptSubscriptionEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Cancel Subscription to (Received) SMS Receipt Notifications method
 java.lang.String getLocationEndpoint()
          Retrieves the OneAPI network endpoint for the Location API : Locate Terminal method
 java.lang.String getMMSDeliverySubscriptionsEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Subscribe To (Sent) MMS Delivery Notifications method
 java.lang.String getMMSReceiptSubscriptionsEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Subscribe To (Received) MMS Receipt Notifications method
 java.lang.String getQueryMMSDeliveryEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Query (Sent) MMS Delivery Status method
 java.lang.String getQuerySMSDeliveryEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Query (Sent) SMS Delivery Status method
 java.lang.String getRetrieveMMSEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Receive (Full) MMS message method
 java.lang.String getRetrieveMMSMessageEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Receive MMS message list method
 java.lang.String getRetrieveSMSEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Receive SMS method
 java.lang.String getSendMMSEndpoint()
          Retrieves the OneAPI network endpoint for the MMS : Send MMS method
 java.lang.String getSendSMSEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Send SMS method
 java.lang.String getSMSDeliverySubscriptionsEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Subscribe To (Sent) SMS Delivery Notifications method
 java.lang.String getSMSReceiptSubscriptionsEndpoint()
          Retrieves the OneAPI network endpoint for the SMS : Subscribe To (Received) SMS Receipt Notifications method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AmountCharge

protected java.lang.String AmountCharge
Specifies the OneAPI network endpoint for the Payment API : Charge Amount method


AmountRefund

protected java.lang.String AmountRefund
Specifies the OneAPI network endpoint for the Payment API : Refund Amount method


AmountReserve

protected java.lang.String AmountReserve
Specifies the OneAPI network endpoint for the Payment API : Reserve Amount method


AmountReserveAdditional

protected java.lang.String AmountReserveAdditional
Specifies the OneAPI network endpoint for the Payment API : Reserve Additional Amount method


AmountReservationCharge

protected java.lang.String AmountReservationCharge
Specifies the OneAPI network endpoint for the Payment API : Charge Reserved method


AmountReservationRelease

protected java.lang.String AmountReservationRelease
Specifies the OneAPI network endpoint for the Payment API : Release Amount Reserved method


Location

protected java.lang.String Location
Specifies the OneAPI network endpoint for the Location API : Locate Terminal method


SendSMS

protected java.lang.String SendSMS
Specifies the OneAPI network endpoint for the SMS : Send SMS method


QuerySMSDelivery

protected java.lang.String QuerySMSDelivery
Specifies the OneAPI network endpoint for the SMS : Query (Sent) SMS Delivery Status method


SMSDeliverySubscriptions

protected java.lang.String SMSDeliverySubscriptions
Specifies the OneAPI network endpoint for the SMS : Subscribe To (Sent) SMS Delivery Notifications method


CancelSMSDeliverySubscription

protected java.lang.String CancelSMSDeliverySubscription
Specifies the OneAPI network endpoint for the SMS : Cancel Subscription to (Sent) SMS Delivery Notifications method


RetrieveSMS

protected java.lang.String RetrieveSMS
Specifies the OneAPI network endpoint for the SMS : Receive SMS method


SMSReceiptSubscriptions

protected java.lang.String SMSReceiptSubscriptions
Specifies the OneAPI network endpoint for the SMS : Subscribe To (Received) SMS Receipt Notifications method


CancelSMSReceiptSubscription

protected java.lang.String CancelSMSReceiptSubscription
Specifies the OneAPI network endpoint for the SMS : Cancel Subscription to (Received) SMS Receipt Notifications method


SendMMS

protected java.lang.String SendMMS
Specifies the OneAPI network endpoint for the MMS : Send MMS method


QueryMMSDelivery

protected java.lang.String QueryMMSDelivery
Specifies the OneAPI network endpoint for the MMS : Query (Sent) MMS Delivery Status method


MMSDeliverySubscriptions

protected java.lang.String MMSDeliverySubscriptions
Specifies the OneAPI network endpoint for the MMS : Subscribe To (Sent) MMS Delivery Notifications method


CancelMMSDeliverySubscription

protected java.lang.String CancelMMSDeliverySubscription
Specifies the OneAPI network endpoint for the MMS : Cancel Subscription to (Sent) MMS Delivery Notifications method


RetrieveMMS

protected java.lang.String RetrieveMMS
Specifies the OneAPI network endpoint for the MMS : Receive (Full) MMS message method


RetrieveMMSMessage

protected java.lang.String RetrieveMMSMessage
Specifies the OneAPI network endpoint for the MMS : Receive MMS message list method


MMSReceiptSubscriptions

protected java.lang.String MMSReceiptSubscriptions
Specifies the OneAPI network endpoint for the MMS : Subscribe To (Received) MMS Receipt Notifications method


CancelMMSReceiptSubscription

protected java.lang.String CancelMMSReceiptSubscription
Specifies the OneAPI network endpoint for the MMS : Cancel Subscription to (Received) MMS Receipt Notifications method

Constructor Detail

ServiceEndpoints

public ServiceEndpoints()
Method Detail

getAmountChargeEndpoint

public java.lang.String getAmountChargeEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Charge Amount method


getAmountRefundEndpoint

public java.lang.String getAmountRefundEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Refund Amount method


getAmountReserveEndpoint

public java.lang.String getAmountReserveEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Reserve Amount method


getAmountReserveAdditionalEndpoint

public java.lang.String getAmountReserveAdditionalEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Reserve Additional Amount method


getAmountReservationChargeEndpoint

public java.lang.String getAmountReservationChargeEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Charge Reserved method


getAmountReservationReleaseEndpoint

public java.lang.String getAmountReservationReleaseEndpoint()
Retrieves the OneAPI network endpoint for the Payment API : Release Amount Reserved method


getLocationEndpoint

public java.lang.String getLocationEndpoint()
Retrieves the OneAPI network endpoint for the Location API : Locate Terminal method


getSendSMSEndpoint

public java.lang.String getSendSMSEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Send SMS method


getQuerySMSDeliveryEndpoint

public java.lang.String getQuerySMSDeliveryEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Query (Sent) SMS Delivery Status method


getSMSDeliverySubscriptionsEndpoint

public java.lang.String getSMSDeliverySubscriptionsEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Subscribe To (Sent) SMS Delivery Notifications method


getCancelSMSDeliverySubscriptionEndpoint

public java.lang.String getCancelSMSDeliverySubscriptionEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Cancel Subscription to (Sent) SMS Delivery Notifications method


getRetrieveSMSEndpoint

public java.lang.String getRetrieveSMSEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Receive SMS method


getSMSReceiptSubscriptionsEndpoint

public java.lang.String getSMSReceiptSubscriptionsEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Subscribe To (Received) SMS Receipt Notifications method


getCancelSMSReceiptSubscriptionEndpoint

public java.lang.String getCancelSMSReceiptSubscriptionEndpoint()
Retrieves the OneAPI network endpoint for the SMS : Cancel Subscription to (Received) SMS Receipt Notifications method


getSendMMSEndpoint

public java.lang.String getSendMMSEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Send MMS method


getQueryMMSDeliveryEndpoint

public java.lang.String getQueryMMSDeliveryEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Query (Sent) MMS Delivery Status method


getMMSDeliverySubscriptionsEndpoint

public java.lang.String getMMSDeliverySubscriptionsEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Subscribe To (Sent) MMS Delivery Notifications method


getCancelMMSDeliverySubscriptionEndpoint

public java.lang.String getCancelMMSDeliverySubscriptionEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Cancel Subscription to (Sent) MMS Delivery Notifications method


getRetrieveMMSEndpoint

public java.lang.String getRetrieveMMSEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Receive (Full) MMS message method


getRetrieveMMSMessageEndpoint

public java.lang.String getRetrieveMMSMessageEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Receive MMS message list method


getMMSReceiptSubscriptionsEndpoint

public java.lang.String getMMSReceiptSubscriptionsEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Subscribe To (Received) MMS Receipt Notifications method


getCancelMMSReceiptSubscriptionEndpoint

public java.lang.String getCancelMMSReceiptSubscriptionEndpoint()
Retrieves the OneAPI network endpoint for the MMS : Cancel Subscription to (Received) MMS Receipt Notifications method