Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Polling Subscription API : Developing and Implementing Your Own Subscription Notification Handler

Developing and Implementing Your Own Subscription Notification Handler
This section describes how to develop and implement your own subscription notification handler.
Importing Polling Subscription API
You can import Polling Subscription API in one of the following two ways.
Developing a Your Own Subscription Notification Handler
The subscription notification handler can be developed as an Eclipse plug-in or a JAVA program.
Table 4 lists the required packages and the corresponding plug-ins. All the plug-ins mentioned are located in TIBCO_HOME\components\shared\1.0.0\plugins.
org.apache.neethi;version="[2.0.4,3.0.0)"
javax.activation; version="[1.1.100,2.0.0)"
You need to add the paths of the following JAR files to the classpath. You can find the these JAR files in the TIBCO_HOME\components\shared\1.0.0\plugins directory.
com.tibco.registry.uddi.subscription_3.1.0.003.jar
com.tibco.tpcl.dk.itst.uddi.client_1.4.0.001/openuddi-client-1.4-patched.jar
com.tibco.tpcl.javax.system.exports_5.0.100.003/xml-apis.jar
com.tibco.tpcl.javax.osgi.factories_1.0.0.003.jar
com.tibco.tpcl.javax.wsdl4j_1.6.100.001/wsdl4j.jar
com.tibco.tpcl.org.apache.axiom_2.0.100.001-1_2_7/axiom-impl-1.2.7.jar
com.tibco.tpcl.org.apache.axis2.runtime_1.4.100.001/axis2-kernel-1.4.1.jar
com.tibco.tpcl.org.apache.commons.codec_1.3.100.001/commons-codec-1.3.jar
com.tibco.tpcl.org.apache.commons.httpclient_3.1.100.003/commons-httpclient-3.1.jar
com.tibco.tpcl.org.apache.log4j_1.2.200.003/log4j-1.2.15.jar
com.tibco.tpcl.org.apache.neethi_2.0.4.001/neethi-2.0.4.jar
com.tibco.tpcl.org.apache.ws.commons.schema_2.0.100.001/XmlSchema-1.4.2.jar
com.tibco.tpcl.org.apache.xmlbeans_2.4.100.003/xbean.jar
com.tibco.tpcl.org.apache.commons.logging.over.slf4j_1.5.2.003/jcl-over-slf4j-1.5.2.jar
com.tibco.tpcl.javax.activation_1.1.100.001/activation.jar
JAVADoc for Polling Subscription API
See the files in TIBCO_HOME/RuntimeUDDIServer/3.1/doc/api/.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved