org.jbpm.env.xml
Class EnvironmentApplicationXmlParser

java.lang.Object
  extended by org.jbpm.xml.Parser
      extended by org.jbpm.wire.xml.WireParser
          extended by org.jbpm.env.xml.EnvironmentApplicationXmlParser
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class EnvironmentApplicationXmlParser
extends WireParser

Author:
Guillaume Porcher, Tom Baeyens

Field Summary
 
Fields inherited from class org.jbpm.wire.xml.WireParser
CATEGORY_DESCRIPTOR, CATEGORY_INTERCEPTOR, CATEGORY_OPERATION, PVM_WIRE_BINDINGS_RESOURCES
 
Fields inherited from class org.jbpm.xml.Parser
bindings, classLoader, documentBuilderFactory, entities
 
Constructor Summary
EnvironmentApplicationXmlParser()
           
 
Method Summary
 
Methods inherited from class org.jbpm.wire.xml.WireParser
getInstance, parseArgs, parseDocumentElement, parseElement, parseXmlString
 
Methods inherited from class org.jbpm.xml.Parser
addEntity, buildDom, checkProblems, createDocumentBuilder, createParse, execute, getBinding, getBinding, getBindings, getDocumentBuilderFactory, getInputSource, importStream, newDocumentBuilderFactory, parseDocument, parseElement, resolveEntity, setBindings, setDocumentBuilderFactory, useParseEntityResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentApplicationXmlParser

public EnvironmentApplicationXmlParser()