org.deegree.enterprise.servlet
Class AbstractOWServiceHandler
java.lang.Object
  
org.deegree.enterprise.servlet.AbstractOWServiceHandler
- All Implemented Interfaces: 
 - ServiceDispatcher
 
- Direct Known Subclasses: 
 - CSWHandler, SOSHandler, WASSHandler, WCSHandler, WFSHandler, WMPSHandler, WMSHandler, WPSHandler, WPVSHandler
 
abstract class AbstractOWServiceHandler
- extends Object
- implements ServiceDispatcher
  
This class provides methods that are common to all services that comply to the OWS Common
 Implementation Specification 0.3.0.
 
 At the moment, the only implemented functionality allows the sending of exception reports to the
 client, but in the future this may be extended by providing a method that sends responses to
 GetCapabilities requests.
 
- Since:
 
  - 2.0
 
- Version:
 
  - 2.0, $Revision: 6627 $, $Date: 2007-04-17 18:32:10 +0200 (Di, 17 Apr 2007) $
 
- Author:
 
  - Markus Schneider , last edited by: $Author: apoth $
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractOWServiceHandler
AbstractOWServiceHandler()
sendException
public void sendException(HttpServletResponse httpResponse,
                          OGCWebServiceException serviceException)
- Sends an exception report to the client. The exception report complies to the OWS Common
 Implementation Specification 0.3.0.
 
- Parameters:
 httpResponse - serviceException - 
 
 
sendException
public void sendException(HttpServletResponse httpResponse,
                          Exception serviceException)
- Sends an exception report to the client. The exception report complies to the OWS Common
 Implementation Specification 0.3.0.
 
- Parameters:
 httpResponse - serviceException - 
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net