Uses of Interface
org.apache.commons.scxml.model.ExternalContent

Packages that use ExternalContent
org.apache.commons.scxml.io A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model. 
org.apache.commons.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of ExternalContent in org.apache.commons.scxml.io
 

Methods in org.apache.commons.scxml.io with parameters of type ExternalContent
static java.lang.String SCXMLSerializer.getBodyContent(ExternalContent externalContent)
          Return serialized body of ExternalContent.
 

Uses of ExternalContent in org.apache.commons.scxml.model
 

Classes in org.apache.commons.scxml.model that implement ExternalContent
 class Send
          The class in this SCXML object model that corresponds to the <send> SCXML element.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.