| 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 void | 
SCXMLWriter.write(SCXML scxml,
          OutputStream scxmlStream,
          SCXMLWriter.Configuration configuration)
Write out the Commons SCXML object model as an SCXML document to the
 supplied  
OutputStream using the given SCXMLWriter.Configuration. | 
static void | 
SCXMLWriter.write(SCXML scxml,
          Result scxmlResult,
          SCXMLWriter.Configuration configuration)
Write out the Commons SCXML object model as an SCXML document to the
 supplied  
Result using the given SCXMLWriter.Configuration. | 
static String | 
SCXMLWriter.write(SCXML scxml,
          SCXMLWriter.Configuration configuration)
Write out the Commons SCXML object model as an SCXML document (used
 primarily for testing, debugging and visual verification) using the
 supplied  
SCXMLWriter.Configuration, and return as a string. | 
static void | 
SCXMLWriter.write(SCXML scxml,
          Writer scxmlWriter,
          SCXMLWriter.Configuration configuration)
Write out the Commons SCXML object model as an SCXML document to the
 supplied  
Writer using the given SCXMLWriter.Configuration. | 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.