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

Uses of Class
ie.ncl.msg.Address

Packages that use Address
ie.ncl.media.music This package contains classes required create ring-tone objects from RTTTLs and IMelody files, and convert them to EMS, Smart Messages and MIDI files - please use the ie.ncl.mms API to send handset independent ringtone messages. 
ie.ncl.mms This package provides a generic XML document based interface to all the mobile messaging types and protocols including SMS, EMS and Smart Messaging. 
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.nbs   
ie.ncl.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Uses of Address in ie.ncl.media.music
 

Methods in ie.ncl.media.music with parameters of type Address
 RingToneMessage RTTTL.getRingTone(Address addr)
          Convert this melody into SmartMessage format so that it can be sent to a mobile phone using Narrow Band Socket.
 

Uses of Address in ie.ncl.mms
 

Methods in ie.ncl.mms with parameters of type Address
 void MMSMessage.setDestination(Address dest)
           
 

Constructors in ie.ncl.mms with parameters of type Address
MMSMessage(Address to, java.io.File xmlDocument)
          Create an MMS Message.
MMSMessage(Address to, java.io.File xmlDocument, int sequenceNumber)
           
MMSMessage(Address to, java.lang.String content)
          Create an MMS Message.
MMSMessage(Address to, java.lang.String content, int sequenceNumber)
           
MMSMessage(Address to, java.net.URL xmlDocument)
          Create an MMS Message.
MMSMessage(Address to, java.net.URL xmlDocument, int sequenceNumber)
           
 

Uses of Address in ie.ncl.msg
 

Methods in ie.ncl.msg that return Address
 Address Address.copy()
           
 Address Message.getDestination()
          Get the destination address of the message.
 Address Message.getSource()
          Get the source address of the message.
 

Methods in ie.ncl.msg with parameters of type Address
 boolean Address.equals(Address a)
          Compare with another address.
 void Message.setDestination(Address dest)
          Set the destination address of the message.
 void Message.setSource(Address src)
          Set the source address of the message.
 

Constructors in ie.ncl.msg with parameters of type Address
BinaryMessage(Address destination)
          Create a new binary message with a destination address and no bytes.
BinaryMessage(Address destination, byte[] bytes)
          Create a new binary message with destination address and byte array body.
Message(Address destination)
          Create a new message with a destination address and an empty attribute set.
TextMessage(Address address, java.lang.String text)
          Construct a new text message.
 

Uses of Address in ie.ncl.sms.gsm
 

Subclasses of Address in ie.ncl.sms.gsm
 class GsmAddress
          A GSM Addess object.
 

Methods in ie.ncl.sms.gsm that return Address
 Address LongMessageStatus.getAddress()
          Get the address of this progress object.
 

Constructors in ie.ncl.sms.gsm with parameters of type Address
LongMessageStatus(Address address, int sequence, int totalFragments)
          Construct the status of a long message.
UDHMessage(Address destination, byte[] bytes, UserDataHeader udh)
          Create a User Data Header Message specifying the destination address, the header and the data.
 

Uses of Address in ie.ncl.sms.modem
 

Methods in ie.ncl.sms.modem that return Address
 Address GsmModem.getOwnNumber()
          Get this modem's telephone number.
 

Methods in ie.ncl.sms.modem with parameters of type Address
 void GsmModem.setOwnNumber(Address dest)
          Sets this modem's telephone number.
 

Uses of Address in ie.ncl.sms.nbs
 

Constructors in ie.ncl.sms.nbs with parameters of type Address
EmailMessage(Address destination, java.lang.String sourceEmail, java.lang.String subject, java.lang.String content)
           
EmailNotification(Address addr, int messageCount)
           
IconMessage(Address addr, ie.ncl.util.bin.Bitmap bm)
          Create a caller group icon message.
IconMessage(Address addr, byte[] bm)
           
LogoMessage(Address addr)
          Create a blank logo used to remove operator logos from phone.
LogoMessage(Address addr, ie.ncl.util.bin.Bitmap bm)
          Create a logo message.
LogoMessage(Address addr, ie.ncl.util.bin.Bitmap bm, NetworkOperator netop)
          Create a logo message.
LogoMessage(Address addr, byte[] bm)
           
LogoMessage(Address addr, byte[] bm, NetworkOperator netop)
           
LogoMessage(Address addr, NetworkOperator netop)
          Create a blank logo used to remove operator logos from phone.
MenuMessage(Address addr, MenuItem m)
          This is used to add a menu to a handset.
MenuMessage(Address addr, java.lang.String key)
          This is used to remove the menu from the handset.
PictureMessage(Address addr, ie.ncl.util.bin.Bitmap bm, java.lang.String text)
           
PictureMessage(Address addr, ie.ncl.util.bin.Bitmap bm, java.lang.String text, boolean unicode)
          Create a picture message.
PictureMessage(Address addr, byte[] bm, java.lang.String text)
           
RingToneMessage(Address addr, byte[] bytes)
          This is used to add a ringtone to a handset.
RingToneMessage(Address addr, Melody melody)
          This is used to add a menu to a handset.
SmartMessage(Address tel, byte[] bytes, int destPort)
          Simple smart message message specifying the bytes and destination port.
SmartMessage(Address tel, byte[] bytes, int srcPort, int destPort)
          Simple smart message message specifying the bytes and destination port and source port.
SmartMessage(Address tel, byte[] bytes, int srcPort, int destPort, boolean portNumberInEachFragment)
          Simple smart message message specifying the bytes and destination port and source port.
SmartMessage(Address tel, java.lang.String text, int destPort)
          Simple smart message message specifying the text and destination port.
VCalendarMessage(Address tel, java.lang.String vcard)
           
VCalendarMessage(Address tel, VCalendar vcard)
          This smart message is constructed with a VCalendar object.
VCardMessage(Address tel, java.lang.String vcard)
           
VCardMessage(Address tel, VCard vcard)
          This smart message is constructed with a VCard object.
 

Uses of Address in ie.ncl.wap.push
 

Methods in ie.ncl.wap.push with parameters of type Address
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered)
           
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen)
           
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork)
          Uses WSPRequest.toSmartMessage(byte, ie.ncl.msg.Address, boolean, boolean) and then fragments to BinaryMessage using NarrowBandSocket.fragmentMessage(ie.ncl.sms.nbs.SmartMessage, int).
 BinaryMessage[] WSPRequest.encodeToSms(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork, boolean portNumberInEachFragment)
           
 void WAPPush.send(WSPRequest message, Address address)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address address, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered)
          Encode this WSPRequest as a SmartMessage, which can then be sent using a NarrowBandSocket object.
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen)
           
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork)
           
 SmartMessage WSPRequest.toSmartMessage(byte transactionId, Address destination, boolean confirmed, boolean registered, int maxFragLen, boolean cdmaNetwork, boolean portNumberInEachFragment)
           
 


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