asit.framework.servlet.notification
Class VerifyFileFactory

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

public abstract class VerifyFileFactory
extends ContentFactory

Author:
Arne Tauber

Field Summary
protected  VerifySignatureClient verifyClient_
           
protected  File xmlNotification_
           
 
Fields inherited from class asit.framework.servlet.content.ContentFactory
contentDefaultEncoding_, httpServletRequest_, messageProperties_, redirector_
 
Constructor Summary
VerifyFileFactory(File messagePropertiesFile)
           
 
Method Summary
 String getContent()
          interface used for a FrontEndServlet
protected abstract  String getErrorHTMLCode(Exception e)
           
protected  String gP(String param)
           
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_

verifyClient_

protected VerifySignatureClient verifyClient_
Constructor Detail

VerifyFileFactory

public VerifyFileFactory(File messagePropertiesFile)
                  throws IOException,
                         ClientException
Method Detail

gP

protected String gP(String param)

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.