org.jboss.util.state.xml
Class StateMachineParser

java.lang.Object
  extended byorg.jboss.util.state.xml.StateMachineParser

public class StateMachineParser
extends java.lang.Object

Parse an xml representation of a state machine. A sample document is:


Constructor Summary
StateMachineParser()
           
 
Method Summary
 StateMachine (src) parse(java.net.URL source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateMachineParser

public StateMachineParser()
Method Detail

parse

public StateMachine (src)  parse(java.net.URL source)
                   throws DocumentException
Parameters:
source -
Returns:
Throws:
DocumentException