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

Interface Summary
XapConstants This interface contains all the constants used by XAPE API.
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.
 

Class Summary
XapContent XapContent is an XO container used as root of the XML fragment representing the content of a XAPE request rooted by XapRequest.
XapDocumentId Represents the full ID of a document loaded by XAPE.
XapEngine This class is the XAP engine. though it can be used directly to be integrated in any development, XapPlayer should be preferred, as it adds XML config support.
XapMessage This class is an XO container, base class of XapRequest and XapResponse classes.
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.
 

Exception Summary
XapException This is the class to use to throw XAPE exceptions.