Package org.apache.camel.component.smpp
Class SmppReplaceSmCommand
java.lang.Object
org.apache.camel.component.smpp.AbstractSmppCommand
org.apache.camel.component.smpp.SmppSmCommand
org.apache.camel.component.smpp.SmppReplaceSmCommand
- All Implemented Interfaces:
SmppCommand
-
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
ConstructorsConstructorDescriptionSmppReplaceSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jsmpp.bean.ReplaceSm
createReplaceSmTempate
(org.apache.camel.Exchange exchange) void
execute
(org.apache.camel.Exchange exchange) Methods inherited from class org.apache.camel.component.smpp.SmppSmCommand
createSplitter, getRegisterDeliveryFlag, getRequestsSingleDLR, getShortMessage, splitBody
Methods inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass
-
Constructor Details
-
SmppReplaceSmCommand
-
-
Method Details
-
execute
- Throws:
SmppException
-
createReplaceSmTempate
protected org.jsmpp.bean.ReplaceSm createReplaceSmTempate(org.apache.camel.Exchange exchange)
-