Package org.apache.camel.component.smpp
Class SmppSubmitSmCommand
- java.lang.Object
-
- org.apache.camel.component.smpp.AbstractSmppCommand
-
- org.apache.camel.component.smpp.SmppSmCommand
-
- org.apache.camel.component.smpp.SmppSubmitSmCommand
-
- All Implemented Interfaces:
SmppCommand
public class SmppSubmitSmCommand extends SmppSmCommand
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.smpp.SmppSmCommand
ascii, defaultCharset, latin1, SMPP_NEG_RESPONSE_MSG_TOO_LONG
-
Fields inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
config, log, session
-
-
Constructor Summary
Constructors Constructor Description SmppSubmitSmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jsmpp.bean.SubmitSm[]createSubmitSm(org.apache.camel.Exchange exchange)protected org.jsmpp.bean.SubmitSmcreateSubmitSmTemplate(org.apache.camel.Exchange exchange)voidexecute(org.apache.camel.Exchange exchange)-
Methods inherited from class org.apache.camel.component.smpp.SmppSmCommand
createSplitter, getShortMessage, splitBody
-
Methods inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass, getResponseMessage
-
-
-
-
Constructor Detail
-
SmppSubmitSmCommand
public SmppSubmitSmCommand(org.jsmpp.session.SMPPSession session, SmppConfiguration config)
-
-
Method Detail
-
execute
public void execute(org.apache.camel.Exchange exchange) throws SmppException- Throws:
SmppException
-
createSubmitSm
protected org.jsmpp.bean.SubmitSm[] createSubmitSm(org.apache.camel.Exchange exchange) throws SmppException- Throws:
SmppException
-
createSubmitSmTemplate
protected org.jsmpp.bean.SubmitSm createSubmitSmTemplate(org.apache.camel.Exchange exchange)
-
-