org.apache.camel.component.smpp
Class Smpp8BitSplitter

java.lang.Object
  extended by org.apache.camel.component.smpp.SmppSplitter
      extended by org.apache.camel.component.smpp.Smpp8BitSplitter

public class Smpp8BitSplitter
extends SmppSplitter


Field Summary
static int MAX_MSG_CHAR_SIZE
           
static int MAX_SEG_BYTE_SIZE
           
 
Fields inherited from class org.apache.camel.component.smpp.SmppSplitter
MAX_MSG_BYTE_LENGTH, MAX_SEG_COUNT, UDHIE_HEADER_LENGTH, UDHIE_HEADER_REAL_LENGTH, UDHIE_IDENTIFIER_SAR, UDHIE_SAR_LENGTH, UDHIE_SAR_REF_NUM_LENGTH
 
Constructor Summary
Smpp8BitSplitter(int segmentLength)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.smpp.SmppSplitter
getCurrentLength, getCurrentReferenceNumber, getMessageLength, getReferenceNumber, getSegmentLength, isSplitRequired, resetCurrentReferenceNumber, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_MSG_CHAR_SIZE

public static final int MAX_MSG_CHAR_SIZE
See Also:
Constant Field Values

MAX_SEG_BYTE_SIZE

public static final int MAX_SEG_BYTE_SIZE
See Also:
Constant Field Values
Constructor Detail

Smpp8BitSplitter

public Smpp8BitSplitter(int segmentLength)


Apache Camel