public class KexVoIPFaxSender extends KexVoIPSender
| Modifier and Type | Field and Description |
|---|---|
protected static de.bsvrz.sys.funclib.debug.Debug |
LOGGER
LOGGER.
|
VOIP_RESPONSE_CODE_ANSWERED, VOIP_RESPONSE_CODE_COMPLETED, VOIP_RESPONSE_CODE_NO_ERROR| Constructor and Description |
|---|
KexVoIPFaxSender(java.lang.String host,
int port)
Standardkonstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
protected de.bitctrl.sibacop.client.AbstractRequest<?> |
erzeugeRequest(de.bitctrl.sibacop.client.Connection connection,
java.lang.String empfaenger,
java.lang.String text) |
protected boolean |
isOkResponse(int responseCode) |
sendpublic KexVoIPFaxSender(java.lang.String host,
int port)
throws java.lang.Exception
host - VoIP-Sender Hostport - VoIP-Sender Hostjava.lang.Exception - bei Fehlernprotected de.bitctrl.sibacop.client.AbstractRequest<?> erzeugeRequest(de.bitctrl.sibacop.client.Connection connection,
java.lang.String empfaenger,
java.lang.String text)
erzeugeRequest in class KexVoIPSenderprotected boolean isOkResponse(int responseCode)
isOkResponse in class KexVoIPSender