|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageTransform | |
---|---|
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. |
Uses of MessageTransform in com.ibm.able.conversation |
---|
Classes in com.ibm.able.conversation that implement MessageTransform | |
class |
JasConversationSetupTransform
The JasConversationSetupTransform class deals with messages that contain data for setting up a conversation over Java Agent Services (JAS) messaging. |
class |
JasMessageTransform
The JasMessageTransform class is the common base class for MessageTransforms that form & parse Java Agent Services (JAS) messages. |
class |
JasStringLiteralTransform
Forms & parses a JAS messaging containing a string-literal. |
Methods in com.ibm.able.conversation that return MessageTransform | |
MessageTransform |
AbleMessageTransformFactory.getDefaultTransform()
Returns the default transform. |
MessageTransform |
AbleMessageTransformFactory.getTransform(MessageDescription desc)
Returns a MessageTransform matching the given message description, or else returns the default transform if no match is found. |
Methods in com.ibm.able.conversation with parameters of type MessageTransform | |
void |
AbleMessageTransformFactory.setDefaultTransform(MessageTransform tf)
Sets the default transform. |
Uses of MessageTransform in com.ibm.conversation |
---|
Methods in com.ibm.conversation that return MessageTransform | |
MessageTransform |
MessageTransformFactory.getTransform(MessageDescription desc)
Creates, configures (if necessary) and returns a MessageTransform capable of transforming message that match the given MessageDescription. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |