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.mms
Class MMSSender

java.lang.Object
  extended by ie.ncl.mms.MMSSender

public class MMSSender
extends java.lang.Object

This class is used to send an MMSMessage.

See Also:
MMSMessage

Constructor Summary
MMSSender(Sender asyncSender)
          An MMS Sender is constructed with a Sender object which specifies the underlying transport.
 
Method Summary
 void close()
          Connect close the underlying transport.
 void connect()
          Connect to the underlying transport.
 boolean isEmsEncodedAsTextMessages()
           
 void send(MMSMessage msg)
          This method sends an MMSMessage over the underlying transport.
 void setEmsEncodedAsTextMessages(boolean emsEncodedAsTextMessages)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMSSender

public MMSSender(Sender asyncSender)
An MMS Sender is constructed with a Sender object which specifies the underlying transport. Currently the underlying transport sender can be any SMS transport that implements the Sender interface.

Method Detail

isEmsEncodedAsTextMessages

public boolean isEmsEncodedAsTextMessages()

setEmsEncodedAsTextMessages

public void setEmsEncodedAsTextMessages(boolean emsEncodedAsTextMessages)

send

public void send(MMSMessage msg)
          throws MessageException,
                 ConnectionException
This method sends an MMSMessage over the underlying transport.

Throws:
MessageException
ConnectionException
See Also:
MMSMessage

connect

public void connect()
             throws ConnectionException
Connect to the underlying transport.

Throws:
ConnectionException

close

public void close()
Connect close the underlying transport.


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