public abstract class AbstractSmppCommand extends Object implements SmppCommand
Modifier and Type | Field and Description |
---|---|
protected SmppConfiguration |
config |
protected org.slf4j.Logger |
log |
protected org.jsmpp.session.SMPPSession |
session |
Constructor and Description |
---|
AbstractSmppCommand(org.jsmpp.session.SMPPSession session,
SmppConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected Message |
getResponseMessage(Exchange exchange) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected final org.slf4j.Logger log
protected org.jsmpp.session.SMPPSession session
protected SmppConfiguration config
public AbstractSmppCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
Apache CAMEL