Package org.apache.ws.pubsub

Examples of org.apache.ws.pubsub.NotificationProducerFactory


        JettyAxisServer jas = new JettyAxisServer();
        jas.setPort(inportS);
        jas.setResourceBase(pubscribe_home);
        jas.start();

        NotificationProducerFactory nprodF = NotificationProducerFactory.getInstance();
        //TODO
        //nprod= nprodF.createNotificationProducer("http://localhost:"+outport+"/axis/services/NotificationProducer","jndi-config_wsn.xml");
        nprod= nprodF.createNotificationProducer("http://localhost:"+outport+"/axis/services/NotificationProducer","jndi-config_wse.xml");

        topicNs = org.apache.ws.notification.topics.util.TopicSpaceParser.parse(Thread.currentThread().getContextClassLoader().getResourceAsStream("topicspace.xml"));
        System.out.println("topicSpace : "+topicNs);

    }
View Full Code Here

TOP

Related Classes of org.apache.ws.pubsub.NotificationProducerFactory

Copyright © 2018 www.massapicom. 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.