Package | Description |
---|---|
org.apache.commons.scxml2.io |
A collection of classes for reading in and writing out SCXML
documents, to and from the Commons SCXML Java object model.
|
Modifier and Type | Method and Description |
---|---|
static SCXML |
SCXMLReader.read(InputStream scxmlStream,
SCXMLReader.Configuration configuration)
Parse the SCXML document supplied by the given
InputStream with the given SCXMLReader.Configuration . |
static SCXML |
SCXMLReader.read(Reader scxmlReader,
SCXMLReader.Configuration configuration)
Parse the SCXML document supplied by the given
Reader with the given SCXMLReader.Configuration . |
static SCXML |
SCXMLReader.read(Source scxmlSource,
SCXMLReader.Configuration configuration)
Parse the SCXML document supplied by the given
Source with the given SCXMLReader.Configuration . |
static SCXML |
SCXMLReader.read(String scxmlPath,
SCXMLReader.Configuration configuration)
Parse the SCXML document at the supplied path with the given
SCXMLReader.Configuration . |
static SCXML |
SCXMLReader.read(URL scxmlURL,
SCXMLReader.Configuration configuration)
Parse the SCXML document at the supplied
URL with the given SCXMLReader.Configuration . |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.