xmlBlaster 2.2.0 API

org.xmlBlaster.authentication.plugins
Class CryptDataHolder

java.lang.Object
  extended by org.xmlBlaster.authentication.plugins.CryptDataHolder

public class CryptDataHolder
extends java.lang.Object

Container to transport information to the exportMessage() and importMessage() method.

Is used on client and on server side.

Author:
xmlblast@marcelruff.info

Field Summary
private  MethodName action
           
private  java.util.Map clientProperties
           
private  MsgUnitRaw msgUnitRaw
           
private  boolean returnValue
           
 
Constructor Summary
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw)
           
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw, java.util.Map clientProperties)
           
 
Method Summary
 MethodName getAction()
           
 java.util.Map getClientProperties()
           
 MsgUnitRaw getMsgUnitRaw()
           
 boolean isReturnValue()
           
 void setAction(MethodName action)
           
 void setClientProperties(java.util.Map clientProperties)
           
 void setMsgUnitRaw(MsgUnitRaw msgUnitRaw)
           
 void setReturnValue(boolean returnValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

private MethodName action

msgUnitRaw

private MsgUnitRaw msgUnitRaw

clientProperties

private java.util.Map clientProperties

returnValue

private boolean returnValue
Constructor Detail

CryptDataHolder

public CryptDataHolder(MethodName action,
                       MsgUnitRaw msgUnitRaw)
Parameters:
msgUnitRaw -
action -
clientProperties -

CryptDataHolder

public CryptDataHolder(MethodName action,
                       MsgUnitRaw msgUnitRaw,
                       java.util.Map clientProperties)
Parameters:
msgUnitRaw -
action -
clientProperties -
Method Detail

getAction

public MethodName getAction()
Returns:
Returns the action.

setAction

public void setAction(MethodName action)
Parameters:
action - The action to set.

getClientProperties

public java.util.Map getClientProperties()
Returns:
Returns the clientProperties, can be null

setClientProperties

public void setClientProperties(java.util.Map clientProperties)
Parameters:
clientProperties - The clientProperties to set.

getMsgUnitRaw

public MsgUnitRaw getMsgUnitRaw()
Returns:
Returns the msgUnitRaw.

setMsgUnitRaw

public void setMsgUnitRaw(MsgUnitRaw msgUnitRaw)
Parameters:
msgUnitRaw - The msgUnitRaw to set.

isReturnValue

public boolean isReturnValue()
Returns:
Returns the returnValue.

setReturnValue

public void setReturnValue(boolean returnValue)
Parameters:
returnValue - The returnValue to set.

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.