org.apache.camel.component.smpp
Class SmppSubmitMultiCommand

java.lang.Object
  extended by org.apache.camel.component.smpp.AbstractSmppCommand
      extended by org.apache.camel.component.smpp.SmppSmCommand
          extended by org.apache.camel.component.smpp.SmppSubmitMultiCommand
All Implemented Interfaces:
SmppCommand

public class SmppSubmitMultiCommand
extends SmppSmCommand


Field Summary
 
Fields inherited from class org.apache.camel.component.smpp.SmppSmCommand
charset
 
Fields inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
config, log, session
 
Constructor Summary
SmppSubmitMultiCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
           
 
Method Summary
protected  org.jsmpp.bean.SubmitMulti[] createSubmitMulti(org.apache.camel.Exchange exchange)
           
protected  org.jsmpp.bean.SubmitMulti createSubmitMultiTemplate(org.apache.camel.Exchange exchange)
           
 void execute(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class org.apache.camel.component.smpp.SmppSmCommand
createSplitter, getShortMessage
 
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
 

Constructor Detail

SmppSubmitMultiCommand

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

execute

public void execute(org.apache.camel.Exchange exchange)
             throws SmppException
Throws:
SmppException

createSubmitMulti

protected org.jsmpp.bean.SubmitMulti[] createSubmitMulti(org.apache.camel.Exchange exchange)

createSubmitMultiTemplate

protected org.jsmpp.bean.SubmitMulti createSubmitMultiTemplate(org.apache.camel.Exchange exchange)


Apache Camel