[jbpm-cvs] jbpm.3/designer/jpdl/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/xml ...
Koen Aers <[email protected]> Sun, 01 Mar 2009 05:15:44 -0500
| Newsgroups | gmane.comp.jbpm.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: kaers
Date: 09/03/01 05:15:44
Added: designer/jpdl/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/xml
Tag: branch_jbpm_jpdl_gpd_3_1_x
EsbNotifierMapper.java
Log:
GPD-298
Revision Changes Path
No revision
No revision
1.1.2.1 +16 -0 jbpm.3/designer/jpdl/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/xml/Attic/EsbNotifierMapper.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: EsbNotifierMapper.java
===================================================================
RCS file: EsbNotifierMapper.java
diff -N EsbNotifierMapper.java
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ EsbNotifierMapper.java 1 Mar 2009 10:15:44 -0000 1.1.2.1
@@ -0,0 +1,16 @@
+package org.jbpm.gd.jpdl.xml;
+
+import org.jbpm.gd.common.xml.XmlElementMapper;
+import org.w3c.dom.Node;
+
+public class EsbNotifierMapper implements XmlElementMapper {
+
+ private static final String CLASS_NAME = "org.jboss.soa.esb.services.jbpm.actionhandlers.EsbNotifier";
+
+ public boolean accept(Node node) {
+ Node className = node.getAttributes().getNamedItem("class");
+ if (className == null) return false;
+ return CLASS_NAME.equals(className.getNodeValue());
+ }
+
+}
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H