public class GatewayClientImpl extends Object implements GatewayClient
Constructor and Description |
---|
GatewayClientImpl(javax.ws.rs.client.Client client,
String target,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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
|
public GatewayClientImpl(javax.ws.rs.client.Client client, String target, javax.ws.rs.core.MediaType mediaType)
public com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response send(GatewayRequest gatewayRequest)
GatewayClient
Send a request with one or more SMS messages.
Use the GatewayRequest
builder class to create the request.
send
in interface GatewayClient
public com.intele.chimera.gw.xsd.smsgateway.response._2013._02.Response send(com.intele.chimera.gw.xsd.smsgateway.request._2013._02.Request request)
GatewayClient
Send a request with one or more SMS messages
send
in interface GatewayClient
public void close()
close
in interface AutoCloseable
Copyright © 2016. All rights reserved.