Package org.jboss.util.state.xml
Class StateMachineParser
- java.lang.Object
-
- org.jboss.util.state.xml.StateMachineParser
-
public class StateMachineParser extends java.lang.Object
Parse an xml representation of a state machine. A sample document is:- Version:
- $Revision$
-
-
Field Summary
Fields Modifier and Type Field Description private static org.jboss.logging.Logger
log
-
Constructor Summary
Constructors Constructor Description StateMachineParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateMachine
parse(java.net.URL source)
-
-
-
Method Detail
-
parse
public StateMachine parse(java.net.URL source) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-