Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.sms.smpp
Class MessageSettings

java.lang.Object
  extended by ie.ncl.sms.smpp.MessageSettings

public class MessageSettings
extends java.lang.Object

This object is used to group a set of message parameters.


Constructor Summary
MessageSettings()
          Create a new set of message settings.
 
Method Summary
 void add(int tlvType, java.lang.Object value)
          Add a TVL parameter.
 void add(ie.ncl.sms.smpp.tlv.TLVParameter tlv)
          Add a TVL parameter.
 void add(ie.ncl.sms.smpp.tlv.TLVType tlvType, java.lang.Object value)
          Add a TVL parameter.
 ie.ncl.sms.smpp.tlv.TLVParameter find(int tlvType)
          Find a TVL parameter.
 ie.ncl.sms.smpp.tlv.TLVParameter getTLV(int i)
          Get the nth TVL parameter.
 int getTLVCount()
          Get the number of TVL parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSettings

public MessageSettings()
Create a new set of message settings.

Method Detail

add

public void add(ie.ncl.sms.smpp.tlv.TLVParameter tlv)
Add a TVL parameter. @see ie.ncl.sms.smpp.tlv.TLVParameter


add

public void add(ie.ncl.sms.smpp.tlv.TLVType tlvType,
                java.lang.Object value)
Add a TVL parameter.

See Also:
TLVType, TLVParameter

add

public void add(int tlvType,
                java.lang.Object value)
Add a TVL parameter.

See Also:
TLVType, TLVParameter

getTLV

public ie.ncl.sms.smpp.tlv.TLVParameter getTLV(int i)
Get the nth TVL parameter. @see getTLVCount


getTLVCount

public int getTLVCount()
Get the number of TVL parameters. @see #getTLV


find

public ie.ncl.sms.smpp.tlv.TLVParameter find(int tlvType)
Find a TVL parameter.


Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit