Uses of Package
com.virtualweaver.xotics.dialect.xape.engine

Packages that use com.virtualweaver.xotics.dialect.xape.engine
com.virtualweaver.xotics.dialect.xape.engine   
com.virtualweaver.xotics.dialect.xape.model.app   
com.virtualweaver.xotics.dialect.xape.player   
com.virtualweaver.xotics.dialect.xape.servlet   
com.virtualweaver.xotics.dialect.xape.task   
 

Classes in com.virtualweaver.xotics.dialect.xape.engine used by com.virtualweaver.xotics.dialect.xape.engine
XapDocumentId
          Represents the full ID of a document loaded by XAPE.
XapException
          This is the class to use to throw XAPE exceptions.
XapMessage
          This class is an XO container, base class of XapRequest and XapResponse classes.
XapProcessable
          Each processing element of an XML application document must implement this interface.
XapQueue
          This is the message queue used to receive every XapResponse object.
XapRepository
          The repository provides the name of current loaded applications, instances and share spaces.
XapRequest
          This class is a request version of a XAPE message.
XapResponse
          This XO container is the response root element of a XAPE request subtree.
XapRuntimeEnvironment
          This class represents an execution environment for XAPE application processing.
 

Classes in com.virtualweaver.xotics.dialect.xape.engine used by com.virtualweaver.xotics.dialect.xape.model.app
XapException
          This is the class to use to throw XAPE exceptions.
XapProcessable
          Each processing element of an XML application document must implement this interface.
XapRuntimeEnvironment
          This class represents an execution environment for XAPE application processing.
 

Classes in com.virtualweaver.xotics.dialect.xape.engine used by com.virtualweaver.xotics.dialect.xape.player
XapException
          This is the class to use to throw XAPE exceptions.
XapRepository
          The repository provides the name of current loaded applications, instances and share spaces.
XapRequest
          This class is a request version of a XAPE message.
XapResponse
          This XO container is the response root element of a XAPE request subtree.
 

Classes in com.virtualweaver.xotics.dialect.xape.engine used by com.virtualweaver.xotics.dialect.xape.servlet
XapException
          This is the class to use to throw XAPE exceptions.
 

Classes in com.virtualweaver.xotics.dialect.xape.engine used by com.virtualweaver.xotics.dialect.xape.task
XapException
          This is the class to use to throw XAPE exceptions.
XapProcessable
          Each processing element of an XML application document must implement this interface.
XapRuntimeEnvironment
          This class represents an execution environment for XAPE application processing.
XapTask
          The main way to implement a XAPE processing object is to make an XO object implement interface XapProcessable.