Package org.jboss.ws.extensions.eventing.mgmt

Examples of org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager


      {
         EventingEndpointDeployment deploymentInfo = new EventingEndpointDeployment("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings", null, null);
         deploymentInfo.setEndpointAddress("http://localhost:8080/jaxws-wseventing/manage");
         deploymentInfo.setPortName(new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing","SubscriptionManagerPort"));

         subscriptionManager = new SubscriptionManager();
         subscriptionManager.registerEventSource(deploymentInfo);
         subscriptionManager.registerEventSource(deploymentInfo);
         subscriptionManager.start();

         eventSinkEndpoint = new EndpointReferenceType();
View Full Code Here

TOP

Related Classes of org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager

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.