NCL Community Forum Index
  Home   Login   Register   Help   Memberlist   Search   NCL  

NCL Community Forum Index » SwiftNote (SMSJDK) Support » Sending WAP Push with SwifNote SMSJDK
Post new topic  Reply to topic View previous topic :: View next topic 
Sending WAP Push with SwifNote SMSJDK
PostPosted: Thu Sep 07, 2006 2:19 pm Reply with quote
Administrator
Site Admin
Joined: 11 Aug 2004
Posts: 237




See example below:

Code:

sender = Factory.getSender("myConfiguration");

push = new WAPPush(sender);

push.connect();

Date start = new Date( new Date().getTime() - 1000000L);
Date end = new Date( new Date().getTime() + 1000000L);

ServiceIndicator si =
                    new ServiceIndicator("Second Test SI Link",
                            new URL("http://www.ncl.ie"),start,end);

push.send(si, new Address("0123455678790"));

View user's profile Send private message

Sending WAP Push with SwifNote SMSJDK
 NCL Community Forum Index » SwiftNote (SMSJDK) Support
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic