public abstract class SmppSmCommand extends AbstractSmppCommand
Modifier and Type | Field and Description |
---|---|
protected Charset |
ascii |
protected Charset |
defaultCharset |
protected Charset |
latin1 |
static int |
SMPP_NEG_RESPONSE_MSG_TOO_LONG |
config, log, session
Constructor and Description |
---|
SmppSmCommand(org.jsmpp.session.SMPPSession session,
SmppConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected SmppSplitter |
createSplitter(org.apache.camel.Message message) |
protected byte[] |
getShortMessage(org.apache.camel.Message message) |
protected byte[][] |
splitBody(org.apache.camel.Message message) |
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass, getResponseMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public static final int SMPP_NEG_RESPONSE_MSG_TOO_LONG
protected Charset ascii
protected Charset latin1
protected Charset defaultCharset
public SmppSmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
protected byte[][] splitBody(org.apache.camel.Message message) throws SmppException
SmppException
protected SmppSplitter createSplitter(org.apache.camel.Message message) throws SmppException
SmppException
protected final byte[] getShortMessage(org.apache.camel.Message message)
Apache Camel