public class VmsFactory extends ActionFactory
client, proxy| Constructor and Description |
|---|
VmsFactory(Client client)
Deprecated.
use @link VmsFactory(Client, Proxy) instead
|
VmsFactory(Client client,
Proxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
VMSDelete |
actionDelete()
Deprecated.
use @link #actionDelete(String) instead
|
VMSDelete |
actionDelete(String id) |
VMSGet |
actionGet()
Deprecated.
use @link #actionGet(String) instead
|
VMSGet |
actionGet(String id) |
VMSSend |
actionSend()
Deprecated.
use @link #actionSend(String, String)} or @link #actionSend(String[], String)}
or @link #actionSend(String, File)} or @link #actionSend(String[], File) instead
|
VMSSend |
actionSend(String[] to,
File file) |
VMSSend |
actionSend(String[] to,
String tts) |
VMSSend |
actionSend(String to,
File file) |
VMSSend |
actionSend(String to,
String tts) |
getClient, getProxy, setClient, setProxy@Deprecated public VmsFactory(Client client)
public VMSSend actionSend()
public VMSSend actionSend(String to, File file) throws IOException
IOExceptionpublic VMSSend actionSend(String[] to, File file) throws IOException
IOExceptionpublic VMSGet actionGet()
public VMSDelete actionDelete()
Copyright © 2024. All rights reserved.