public interface GatewayClient extends AutoCloseable
Methods to send SMS messages to the Intelecom SMS Gateway.
Note that close
method should be
called before disposing of the object to avoid leaking resources.
Extends the AutoCloseable
interface to let GatewayClient implementations
implement AutoCloseable.close()
to close the Client
.
Modifier and Type | Method and Description |
---|---|
com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response |
send(GatewayRequest gatewayRequest)
Send a request with one or more SMS messages.
|
com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response |
send(com.intele.chimera.gw.xsd.smsgateway.request._2013._02.Request request)
Send a request with one or more SMS messages
|
close
com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response send(GatewayRequest gatewayRequest)
Send a request with one or more SMS messages.
Use the GatewayRequest
builder class to create the request.
gatewayRequest
- com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response send(com.intele.chimera.gw.xsd.smsgateway.request._2013._02.Request request)
Send a request with one or more SMS messages
request
- Copyright © 2016. All rights reserved.