hp.opencall.media.sms.tl2
Class Parameter

java.lang.Object
  extended byhp.opencall.media.sms.tl.Parameter
      extended byhp.opencall.media.sms.tl2.Parameter

public class Parameter
extends Parameter

A TL Protocol 2 Parameter is a Component composant


Field Summary
static byte CONVENTIONAL_MAIL_MEDIA_ID
           
static byte DATA_MEDIA_ID
           
static byte EMAIL_MEDIA_ID
           
static byte FAX_MEDIA_ID
           
static byte SMS_MEDIA_ID
           
static byte TELEGRAM_MEDIA_ID
           
static byte VOICE_MEDIA_ID
           
 
Method Summary
 void decodePDU(byte[] currentEncodedPDU, int currentOffset)
          For internal use only
 void encodePDU(byte[] currentEncodedPDU, int currentOffset)
          For internal use only
 int getSizeInByte()
          For internal use only
 
Methods inherited from class hp.opencall.media.sms.tl.Parameter
isOptional, isValid, reset, setCorrelatedValidation, setEncodingMode, setOptional, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SMS_MEDIA_ID

public static final byte SMS_MEDIA_ID
See Also:
Constant Field Values

FAX_MEDIA_ID

public static final byte FAX_MEDIA_ID
See Also:
Constant Field Values

EMAIL_MEDIA_ID

public static final byte EMAIL_MEDIA_ID
See Also:
Constant Field Values

CONVENTIONAL_MAIL_MEDIA_ID

public static final byte CONVENTIONAL_MAIL_MEDIA_ID
See Also:
Constant Field Values

TELEGRAM_MEDIA_ID

public static final byte TELEGRAM_MEDIA_ID
See Also:
Constant Field Values

VOICE_MEDIA_ID

public static final byte VOICE_MEDIA_ID
See Also:
Constant Field Values

DATA_MEDIA_ID

public static final byte DATA_MEDIA_ID
See Also:
Constant Field Values
Method Detail

encodePDU

public void encodePDU(byte[] currentEncodedPDU,
                      int currentOffset)
               throws PDUException
For internal use only

Overrides:
encodePDU in class Parameter
Throws:
PDUException

decodePDU

public void decodePDU(byte[] currentEncodedPDU,
                      int currentOffset)
               throws PDUException
For internal use only

Overrides:
decodePDU in class Parameter
Throws:
PDUException

getSizeInByte

public int getSizeInByte()
                  throws PDUException
For internal use only

Overrides:
getSizeInByte in class Parameter
Throws:
PDUException