|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.interaction.InteractionUtils
public class InteractionUtils
Class that provides some utility methods that work with objects related to interaction
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
public static Map getParameters(InteractionResponseElement interactionResponseElement)
Map representation of parameters
in interaction response element
interactionResponseElement - obtained from
InteractionManager
public static List getInteractionLangauge(Message message)
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
UserInteraction header in the message.
Returns empty list
if UserInteraction header is not included
in the message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||