public interface RequestTransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getCallerId() |
void |
transmitInOnly(String serviceGroup,
Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
Object |
transmitInOut(String serviceGroup,
Voice voice,
int timeoutSeconds,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
String getCallerId()
void transmitInOnly(String serviceGroup, Voice voice, Address address, Map<String,Object> arguments, WireContext... contexts) throws Throwable
ThrowableObject transmitInOut(String serviceGroup, Voice voice, int timeoutSeconds, Address address, Map<String,Object> arguments, WireContext... contexts) throws Throwable
ThrowableCopyright © 2016. All rights reserved.