Uses of Class
com.bankframe.fe.statemachine.ext.apploaders.sax.Application

Packages that use Application
com.bankframe.fe.statemachine.ext.apploaders.sax   
 

Uses of Application in com.bankframe.fe.statemachine.ext.apploaders.sax
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return Application
 Application AppLoader.load(java.net.URL url)
          This method will attempt to parse the xml document given using the parser org.apache.xerces.parsers.SAXParser.
 Application AppLoader.load(java.net.URL url, java.lang.String saxParser)
          Deprecated. load(URL, String) replaced by load(URL) because implementation of SAX parser is determined at runtime and need for explicit declaration of the SAX parser is redundant.
 Application SMContentHandler.getApp()
          This method returns the Application built by this object
 

Constructors in com.bankframe.fe.statemachine.ext.apploaders.sax with parameters of type Application
Event(org.xml.sax.Attributes atts, Application application)
          This constructor creates a new Event, the Event is initialised with the attribute set given.
StateTransition(org.xml.sax.Attributes atts, Application application)
          This constructor creates a new StateTransition, the StateTransition is initialised with the attribute set given.
PartContentHandler(java.util.Stack stateStack, Application app, java.lang.String saxParser, java.net.URL baseUrl)
          Constructor for PartContentHandler.
State(org.xml.sax.Attributes atts, Application application)
          This constructor creates a new State, the State is initialised with the attribute set given.
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.