|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageDescription | |
---|---|
com.ibm.able.conversation | The com.ibm.able.conversation contains classes for
conversation management in ABLE. |
com.ibm.conversation | The com.ibm.conversation package defines the core interfaces of a conversation-management system. |
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. |
Uses of MessageDescription in com.ibm.able.conversation |
---|
Methods in com.ibm.able.conversation with parameters of type MessageDescription | |
boolean |
JasStringLiteralTransform.configureFor(MessageDescription desc)
|
void |
AbleMessageTransformFactory.addTransform(MessageDescription desc,
java.lang.Class transformClass)
Adds the given transform class to the table of transform classes, keyed under the given message description. |
void |
AbleMessageTransformFactory.removeTransform(MessageDescription desc)
Removes the entry matching the given description from the table of transform classes. |
MessageTransform |
AbleMessageTransformFactory.getTransform(MessageDescription desc)
Returns a MessageTransform matching the given message description, or else returns the default transform if no match is found. |
boolean |
JasConversationSetupTransform.configureFor(MessageDescription desc)
|
Uses of MessageDescription in com.ibm.conversation |
---|
Methods in com.ibm.conversation that return MessageDescription | |
MessageDescription |
CpStateTransition.getMessageDescription()
Returns the MessageDescription for the message associated with this transition. |
Methods in com.ibm.conversation with parameters of type MessageDescription | |
MessageTransform |
MessageTransformFactory.getTransform(MessageDescription desc)
Creates, configures (if necessary) and returns a MessageTransform capable of transforming message that match the given MessageDescription. |
boolean |
CpStateTransition.setMessageDescription(MessageDescription desc)
Sets the MessageDescription for the message associated with this transition. |
boolean |
MessageTransform.configureFor(MessageDescription desc)
Attempts to configure this MessageTransform to fit the given message description. |
boolean |
MessageDescription.matches(MessageDescription d)
Indicates whether this MessageDescription matches the given MessageDescription. |
Uses of MessageDescription in com.ibm.conversation.base |
---|
Classes in com.ibm.conversation.base that implement MessageDescription | |
class |
BasicMessageDescription
The BasicMessageDescription class is a straightforward, vanilla-Java implementation of the MessageDescription interface. |
Methods in com.ibm.conversation.base that return MessageDescription | |
MessageDescription |
BasicCpStateTransition.getMessageDescription()
|
Methods in com.ibm.conversation.base with parameters of type MessageDescription | |
static void |
BasicCpStateMachineWriter.writeMessageDescription(java.io.Writer writer,
java.lang.String linePrefix,
MessageDescription desc)
Writes out, on the given writer, a human-friendly English-language description of the given MessageDescription. |
boolean |
BasicCpStateTransition.setMessageDescription(MessageDescription newDesc)
|
boolean |
BasicMessageDescription.matches(MessageDescription desc)
|
boolean |
BasicMessageDescription.equals(MessageDescription desc)
Compares this MessageDescription with the given one, matching on both ContentType and Schema. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |