Examples of XcapPolicyManager


Examples of org.cipango.kaleo.presence.policy.XcapPolicyManager

      PresenceEventPackage presence = new PresenceEventPackage();
      LocationService locationService = new LocationService();
      RegEventPackage regEventPackage = new RegEventPackage(locationService);
      WatcherInfoEventPackage watcherInfo = new WatcherInfoEventPackage(presence);
      XcapService xcapService = new XcapService();
      XcapPolicyManager policyManager = new XcapPolicyManager(xcapService);
     
      FileXcapDao xcapDao = new FileXcapDao();
      String baseDir = System.getProperty(XCAP_BASE_DIR_PROPERTY);
      if (baseDir != null)
        xcapDao.setBaseDir(new File(baseDir));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.