be.fedict.eid.applet.service.impl.handler
Class AuthSignResponseMessageHandler

java.lang.Object
  extended by be.fedict.eid.applet.service.impl.handler.AuthSignResponseMessageHandler
All Implemented Interfaces:
MessageHandler<be.fedict.eid.applet.shared.AuthSignResponseMessage>

@HandlesMessage(value=be.fedict.eid.applet.shared.AuthSignResponseMessage.class)
public class AuthSignResponseMessageHandler
extends Object
implements MessageHandler<be.fedict.eid.applet.shared.AuthSignResponseMessage>

Message handler for authentication signature response messages.

Author:
Frank Cornelis

Constructor Summary
AuthSignResponseMessageHandler()
           
 
Method Summary
 Object handleMessage(be.fedict.eid.applet.shared.AuthSignResponseMessage message, Map<String,String> httpHeaders, HttpServletRequest request, HttpSession session)
          Handles the given message.
 void init(ServletConfig config)
          Initializes this message handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthSignResponseMessageHandler

public AuthSignResponseMessageHandler()
Method Detail

handleMessage

public Object handleMessage(be.fedict.eid.applet.shared.AuthSignResponseMessage message,
                            Map<String,String> httpHeaders,
                            HttpServletRequest request,
                            HttpSession session)
                     throws ServletException
Description copied from interface: MessageHandler
Handles the given message. Returns the response message to send back, this can be null.

Specified by:
handleMessage in interface MessageHandler<be.fedict.eid.applet.shared.AuthSignResponseMessage>
request - the request from which the body already may be consumed.
Returns:
the optional response message to send back.
Throws:
ServletException

init

public void init(ServletConfig config)
          throws ServletException
Description copied from interface: MessageHandler
Initializes this message handler.

Specified by:
init in interface MessageHandler<be.fedict.eid.applet.shared.AuthSignResponseMessage>
Throws:
ServletException


Copyright © 2008-2013 FedICT. All Rights Reserved.