ABLE 2.0.0 07/02/2003 10:25:01

Package com.ibm.conversation.base

The com.ibm.conversation.base package contains straightforward, vanilla-Java implementations of some of the conversation-management system interfaces defined in package com.ibm.conversation, plus some simple helper classes.

See:
          Description

Class Summary
BasicConversationMetaData Class BasicConversationMetaData is a straightforward, vanilla Java implementation of the ConversationMetaData interface.
BasicCpHandlerStack Class BasicCpHandlerStack implements the ConversationContext interface as a stack of ConversationPolicyHandlers.
BasicCpState The BasicCpState class is a straightforward, vanilla-Java implementation of the CpState interface.
BasicCpStateMachine The BasicCpStateMachine class is a straightforward, vanilla-Java implementation of the CpStateMachine interface.
BasicCpStateMachineWriter The BasicCpStateMachineWriter class frites a human-readable, multi-line, English-language description of a CpStateMachine.
BasicCpStateTransition The BasicCpStateTransition class is a straightforward, vanilla-Java implementation of the CpStateTransition interface.
BasicDecisionDataHandle Class BasicDecisionDataHandle is a straightforward, vanilla-Java implementation of the DecisionDataHandle interface.
BasicDecisionLogicAdapterFactory Class BasicDecisionLogicAdapterFactory is a simple factory of DecisionLogicAdapter objects.
BasicMessageDescription The BasicMessageDescription class is a straightforward, vanilla-Java implementation of the MessageDescription interface.
BasicMessageHandle Class BasicMessageHandle is a straightforward, vanilla-Java implementation of the MessageHandle interface
CpXmlParser The CpXmlParser class is responsible for reading and parsing cpXML files, then initializing CpStateMachines to match the file contents.
XmlParsingUtils Class XmlParsingUtils provides a few convenience functions used in parsing XML files.
 

Package com.ibm.conversation.base Description

The com.ibm.conversation.base package contains straightforward, vanilla-Java implementations of some of the conversation-management system interfaces defined in package com.ibm.conversation, plus some simple helper classes.

Helper classes include:


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003