org.jbpm.jpdl.xml
Class JpdlXmlWriter

java.lang.Object
  extended by org.jbpm.jpdl.xml.JpdlXmlWriter

Deprecated. xml generation was never finished and will be removed in the future.

public class JpdlXmlWriter
extends java.lang.Object


Constructor Summary
JpdlXmlWriter(java.io.Writer writer)
          Deprecated.  
 
Method Summary
 void addProblem(java.lang.String msg)
          Deprecated.  
 void setUseNamespace(boolean useNamespace)
          Deprecated.  
static java.lang.String toString(ProcessDefinition processDefinition)
          Deprecated.  
 void write(ProcessDefinition processDefinition)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpdlXmlWriter

public JpdlXmlWriter(java.io.Writer writer)
Deprecated. 
Method Detail

addProblem

public void addProblem(java.lang.String msg)
Deprecated. 

toString

public static java.lang.String toString(ProcessDefinition processDefinition)
Deprecated. 

setUseNamespace

public void setUseNamespace(boolean useNamespace)
Deprecated. 

write

public void write(ProcessDefinition processDefinition)
Deprecated. 


Version : jbpm-3.1-beta3