hr.tis.mgw.client.message
Class SmppMessage

java.lang.Object
  extended byhr.tis.mgw.client.message.Message
      extended byhr.tis.mgw.client.message.AbstractBinaryMessage
          extended byhr.tis.mgw.client.message.SmppMessage
All Implemented Interfaces:
java.io.Serializable

public class SmppMessage
extends AbstractBinaryMessage

See Also:
Serialized Form

Constructor Summary
SmppMessage()
           
SmppMessage(byte[] part)
           
SmppMessage(java.util.List parts)
           
 
Method Summary
 void addPart(byte[] part)
           
 java.util.List getBinaryAttachmentsList()
           
 java.lang.String getContentType()
           
 java.util.List getParts()
           
 java.lang.String toString()
           
 
Methods inherited from class hr.tis.mgw.client.message.Message
getAttachments, getSubject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmppMessage

public SmppMessage()

SmppMessage

public SmppMessage(byte[] part)

SmppMessage

public SmppMessage(java.util.List parts)
Method Detail

addPart

public void addPart(byte[] part)

getParts

public java.util.List getParts()

getBinaryAttachmentsList

public java.util.List getBinaryAttachmentsList()
Specified by:
getBinaryAttachmentsList in class AbstractBinaryMessage

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in class AbstractBinaryMessage

toString

public java.lang.String toString()


Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.