Package jadex.platform.service.security
Class SecurityAgent.SecurityMessageHandler
- java.lang.Object
- 
- jadex.platform.service.security.SecurityAgent.SecurityMessageHandler
 
- 
- All Implemented Interfaces:
- IMessageHandler,- IUntrustedMessageHandler
 - Enclosing class:
- SecurityAgent
 
 protected class SecurityAgent.SecurityMessageHandler extends java.lang.Object implements IUntrustedMessageHandler Security service message handler.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSecurityMessageHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Handle the message.booleanisHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Test if handler should handle a message.booleanisRemove()Test if handler should be removed.
 
- 
- 
- 
Method Detail- 
isHandlingpublic boolean isHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg) Test if handler should handle a message.- Specified by:
- isHandlingin interface- IMessageHandler
- Returns:
- True if it should handle the message.
 
 - 
isRemovepublic boolean isRemove() Test if handler should be removed.- Specified by:
- isRemovein interface- IMessageHandler
- Returns:
- True if it should be removed.
 
 - 
handleMessagepublic void handleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg) Handle the message.- Specified by:
- handleMessagein interface- IMessageHandler
- Parameters:
- header- The header.
- msg- The message.
 
 
- 
 
-