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.Attributes

Packages that use Attributes
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.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Uses of Attributes in ie.ncl.msg
 

Methods in ie.ncl.msg that return Attributes
 Attributes Attributes.copy()
           
 Attributes Message.getAttributes()
          Get the attributes of this message.
 Attributes Address.getAttributes()
          Get the attributes of the address.
 Attributes Connection.getTypeDefaults(java.lang.String type)
          Get connection specific message attribute defaults as identified by the type.
 

Methods in ie.ncl.msg with parameters of type Attributes
 boolean Attributes.contains(Attributes other)
          Check that this set of attributes contains the 'other' set of attribute AND the values of the other set match this one.
 void Attributes.merge(Attributes other)
          Merge this set of attributes with the 'other' set.
 void Connection.putTypeDefaults(java.lang.String type, Attributes props)
          Set connection specific message attribute defaults as identified by the type.
 void Message.setAttributes(Attributes attrs)
          Set the properties of this message.
 

Constructors in ie.ncl.msg with parameters of type Attributes
Address(java.lang.String address, Attributes attributes)
          Create an address specifying its string value and address attributes.
 

Uses of Attributes in ie.ncl.wap.push
 

Methods in ie.ncl.wap.push that return Attributes
 Attributes WSPRequest.getAttributes()
           
 

Methods in ie.ncl.wap.push with parameters of type Attributes
 void WSPRequest.setAttributes(Attributes attributes)
           
 


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