com.objectxp.msg.ems
Class EMSUnsupportedElement

java.lang.Object
  extended by com.objectxp.msg.ems.EMSElement
      extended by com.objectxp.msg.ems.EMSUnsupportedElement
All Implemented Interfaces:
java.io.Serializable

public class EMSUnsupportedElement
extends EMSElement

EMSUnsupportedElement is a simple wrapper for unsupported EMS elements. jSMS suports the well known EMS elements but there are more specified, such as:

Please note that this class cannot be directly instanciated. It's sole purpose is to encapsulate unknown EMS elements received by the MultiPartReceiver.

Since:
jSMS 1.7
See Also:
Serialized Form

Method Summary
 byte[] getData()
          Get the EMS element data.
 int getID()
          Get the information element identifier for this EMS element.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public int getID()
Get the information element identifier for this EMS element.


getData

public byte[] getData()
Get the EMS element data.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


object XP, Inc. © 2000-2008. All rights reserved object XP