Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
Modifier and Type | Method and Description |
---|---|
MtBatchTextSmsResult |
ApiConnection.createBatch(MtBatchTextSmsCreate sms)
Creates the given batch and schedules it for submission.
|
Future<MtBatchTextSmsResult> |
ApiConnection.createBatchAsync(MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously creates the given text batch and schedules it for
submission.
|
MtBatchTextSmsResult |
ApiConnection.replaceBatch(BatchId id,
MtBatchTextSmsCreate sms)
Replaces the batch with the given identifier.
|
Future<MtBatchTextSmsResult> |
ApiConnection.replaceBatchAsync(BatchId id,
MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously replaces the batch with the given identifier.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.