org.apache.camel.component.smpp
Class SmppSmCommand

java.lang.Object
  extended by org.apache.camel.component.smpp.AbstractSmppCommand
      extended by org.apache.camel.component.smpp.SmppSmCommand
All Implemented Interfaces:
SmppCommand
Direct Known Subclasses:
SmppReplaceSmCommand, SmppSubmitMultiCommand, SmppSubmitSmCommand

public abstract class SmppSmCommand
extends AbstractSmppCommand


Field Summary
protected  Charset charset
           
 
Fields inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
config, log, session
 
Constructor Summary
SmppSmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
           
 
Method Summary
protected  SmppSplitter createSplitter(org.apache.camel.Message message)
           
protected  byte[] getShortMessage(org.apache.camel.Message message)
           
 
Methods inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass, getResponseMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.component.smpp.SmppCommand
execute
 

Field Detail

charset

protected Charset charset
Constructor Detail

SmppSmCommand

public SmppSmCommand(org.jsmpp.session.SMPPSession session,
                     SmppConfiguration config)
Method Detail

createSplitter

protected SmppSplitter createSplitter(org.apache.camel.Message message)

getShortMessage

protected final byte[] getShortMessage(org.apache.camel.Message message)


Apache Camel