站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

StateMachineParser (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.state.xml
Class StateMachineParser

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

public class StateMachineParser
extends Object

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

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
StateMachineParser()
           
 
Method Summary
 StateMachine parse(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 parse(URL source)
                   throws org.dom4j.DocumentException
Parameters:
source -
Returns:
Throws:
org.dom4j.DocumentException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.