ExtendedContext.java :  » J2EE » Pustefix » de » schlund » pfixcore » workflow » Java Open Source

Java Open Source » J2EE » Pustefix 
Pustefix » de » schlund » pfixcore » workflow » ExtendedContext.java
package de.schlund.pfixcore.workflow;

import de.schlund.pfixcore.exception.PustefixApplicationException;
import de.schlund.pfixcore.exception.PustefixCoreException;
import de.schlund.pfixxml.PfixServletRequest;
import de.schlund.pfixxml.SPDocument;

/**
 * Implemented by a Context instance that provides request handling.
 * 
 * @author Sebastian Marsching <sebastian.marsching@1und1.de>
 */
public interface ExtendedContext extends Context {

  SPDocument handleRequest(PfixServletRequest preq)
      throws PustefixApplicationException, PustefixCoreException;

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.