asit.framework.servlet.notification
Class VerifyNotificationFactory

java.lang.Object
  extended byasit.framework.servlet.content.ContentFactory
      extended byasit.framework.servlet.notification.VerifyNotificationFactory

public abstract class VerifyNotificationFactory
extends ContentFactory

Author:
Arne Tauber

Field Summary
protected static Logger logger_
           
protected  VerifySignatureClient verifyClient_
           
protected  File xmlNotification_
           
 
Fields inherited from class asit.framework.servlet.content.ContentFactory
contentDefaultEncoding_, httpServletRequest_, messageProperties_, redirector_
 
Constructor Summary
VerifyNotificationFactory(File messagepropertiesfile)
           
 
Method Summary
protected abstract  Document createSignature()
           
 String getContent()
          interface used for a FrontEndServlet
protected abstract  String getErrorHTMLCode(Exception e)
           
protected abstract  String getNewSignatureValue()
           
protected  String handleXMLNotification()
           
protected abstract  String successHTMLCode()
           
 
Methods inherited from class asit.framework.servlet.content.ContentFactory
getContentTitle, getDispatchTitle, getPageTitle, getPropertyValue, getRedirector, getResponseString, setHttpServletRequest, setHttpServletResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlNotification_

protected File xmlNotification_

logger_

protected static Logger logger_

verifyClient_

protected VerifySignatureClient verifyClient_
Constructor Detail

VerifyNotificationFactory

public VerifyNotificationFactory(File messagepropertiesfile)
                          throws ClientException,
                                 IOException
Parameters:
messagepropertiesfile -
Throws:
IOException
ClientException
Method Detail

getNewSignatureValue

protected abstract String getNewSignatureValue()

createSignature

protected abstract Document createSignature()
                                     throws ClientException
Throws:
ClientException

handleXMLNotification

protected String handleXMLNotification()

getErrorHTMLCode

protected abstract String getErrorHTMLCode(Exception e)

successHTMLCode

protected abstract String successHTMLCode()

getContent

public String getContent()
Description copied from class: ContentFactory
interface used for a FrontEndServlet

Specified by:
getContent in class ContentFactory
Returns:


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.