Using the JAVA OBJECT API is a simple way to implement SMS support in your Java environment. This API uses the YAP API to communicate with the server.
Benefits
- Simple and easy to implement.
- See also YAP API benefits.
Requirements
- Familiarity with the Java language.
- Server/computer on which to install your script/application.
Example
Sms sms = new Sms(); |
sms.setRecipient("xxxxxxxx") //cell phone; |
sms.setMessage("test"); |
transceiver.send(sms); |
Complete example. Please look at the documentation for the exact syntax.
Documentation
You will find the JAVA OBJECT API documentation here.
Code Example
Please visit our Java code example page.
How to start
Sign up with
our free online registration. You will get 5 credits for your trial.
You can then buy more credits with your credit card. You may also
contact sales@vianett.com.