com.sun.identity.liberty.ws.interaction
クラス InteractionUtils

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.interaction.InteractionUtils

public class InteractionUtils
extends Object

Class that provides some utility methods that work with objects related to interaction


メソッドの概要
static List getInteractionLangauge(Message message)
          Returns languages listed for the language attribute of the UserInteraction header in the message.
static Map getParameters(InteractionResponseElement interactionResponseElement)
          Returns user friendly Map representation of parameters in interaction response element
 

メソッドの詳細

getParameters

public static Map getParameters(InteractionResponseElement interactionResponseElement)
Returns user friendly Map representation of parameters in interaction response element

パラメータ:
interactionResponseElement - obtained from InteractionManager
戻り値:
a Map of parameters. Keys of the map are parameter name String objects. Values in the map are parameter value String objects

getInteractionLangauge

public static List getInteractionLangauge(Message message)
Returns languages listed for the language attribute of the UserInteraction header in the message. Returns empty list if UserInteraction header is not included in the message

パラメータ:
message - SOAP message from which to find out interaction languages
戻り値:
languages listed for the language attribute of the UserInteraction header in the message. Returns empty list if UserInteraction header is not included in the message