Package 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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Charset
protected Charset
protected Charset
static final int
Fields inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
config, log, session
-
Constructor Summary
ConstructorsConstructorDescriptionSmppSmCommand
(org.jsmpp.session.SMPPSession session, SmppConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected SmppSplitter
createSplitter
(org.apache.camel.Message message) protected byte
getRegisterDeliveryFlag
(org.apache.camel.Message message) protected boolean
getRequestsSingleDLR
(org.apache.camel.Message message) protected final byte[]
getShortMessage
(org.apache.camel.Message message) protected byte[][]
splitBody
(org.apache.camel.Message message) Methods inherited from class org.apache.camel.component.smpp.AbstractSmppCommand
createOptionalParametersByCode, createOptionalParametersByName, determineTypeClass
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 Details
-
SMPP_NEG_RESPONSE_MSG_TOO_LONG
public static final int SMPP_NEG_RESPONSE_MSG_TOO_LONG- See Also:
-
ascii
-
latin1
-
defaultCharset
-
-
Constructor Details
-
SmppSmCommand
-
-
Method Details
-
splitBody
- Throws:
SmppException
-
createSplitter
- Throws:
SmppException
-
getShortMessage
protected final byte[] getShortMessage(org.apache.camel.Message message) -
getRegisterDeliveryFlag
protected byte getRegisterDeliveryFlag(org.apache.camel.Message message) -
getRequestsSingleDLR
protected boolean getRequestsSingleDLR(org.apache.camel.Message message)
-