Package jadex.bridge.fipa
Class FipaMessagePreprocessor
- java.lang.Object
- 
- jadex.bridge.fipa.FipaMessagePreprocessor
 
- 
- All Implemented Interfaces:
- jadex.bridge.component.impl.IMessagePreprocessor<FipaMessage>
 
 public class FipaMessagePreprocessor extends java.lang.Object implements jadex.bridge.component.impl.IMessagePreprocessor<FipaMessage> Preprocessor fpr FIPA messages.
- 
- 
Constructor SummaryConstructors Constructor Description FipaMessagePreprocessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReply(FipaMessage message, FipaMessage reply)Optionally check for reply matches.voidpreprocessMessage(IMsgHeader header, FipaMessage msg)Preprocess a message before sending.
 
- 
- 
- 
Method Detail- 
preprocessMessagepublic void preprocessMessage(IMsgHeader header, FipaMessage msg) Preprocess a message before sending.- Specified by:
- preprocessMessagein interface- jadex.bridge.component.impl.IMessagePreprocessor<FipaMessage>
- Parameters:
- header- The message header, may be changed by preprocessor.
- msg- The user object, may be changed by preprocessor.
 
 - 
isReplypublic boolean isReply(FipaMessage message, FipaMessage reply) Optionally check for reply matches. Currently only used in BDIX.- Specified by:
- isReplyin interface- jadex.bridge.component.impl.IMessagePreprocessor<FipaMessage>
- Parameters:
- message- The initial message object.
- reply- The replied message object.
- Returns:
- true when the reply matches the initial message.
 
 
- 
 
-