org.apache.camel.component.smpp
Class SmppSmCommand
java.lang.Object
org.apache.camel.component.smpp.AbstractSmppCommand
org.apache.camel.component.smpp.SmppSmCommand
- All Implemented Interfaces:
- SmppCommand
- Direct Known Subclasses:
- SmppReplaceSmCommand, SmppSubmitMultiCommand, SmppSubmitSmCommand
public abstract class SmppSmCommand
- extends AbstractSmppCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charset
protected Charset charset
SmppSmCommand
public SmppSmCommand(org.jsmpp.session.SMPPSession session,
SmppConfiguration config)
getProvidedAlphabet
protected byte getProvidedAlphabet(org.apache.camel.Exchange exchange)
determineCharset
protected Charset determineCharset(byte providedAlphabet,
byte determinedAlphabet)
determineAlphabet
protected org.jsmpp.bean.Alphabet determineAlphabet(org.apache.camel.Exchange exchange)
createSplitter
protected SmppSplitter createSplitter(org.apache.camel.Exchange exchange)
Apache CAMEL