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