Uses of Interface
org.deegree.services.controller.exception.serializer.ExceptionSerializer

Packages that use ExceptionSerializer
org.deegree.services.controller   
org.deegree.services.controller.exception.serializer   
org.deegree.services.controller.ows   
org.deegree.services.wcs   
 

Uses of ExceptionSerializer in org.deegree.services.controller
 

Methods in org.deegree.services.controller with parameters of type ExceptionSerializer
static
<T extends ControllerException>
void
AbstractOGCServiceController.sendException(java.lang.String contentType, java.lang.String encoding, java.util.Map<java.lang.String,java.lang.String> additionalHeaders, int httpStatusCode, ExceptionSerializer<T> serializer, T exception, javax.servlet.http.HttpServletResponse response)
          Sends an exception to the client.
 

Uses of ExceptionSerializer in org.deegree.services.controller.exception.serializer
 

Classes in org.deegree.services.controller.exception.serializer that implement ExceptionSerializer
 class SOAPExceptionSerializer
          The SoapExceptionSerializer class TODO add class documentation here.
 class XMLExceptionSerializer<T extends ControllerException>
          The XMLExceptionSerializer class TODO add class documentation here.
 

Uses of ExceptionSerializer in org.deegree.services.controller.ows
 

Classes in org.deegree.services.controller.ows that implement ExceptionSerializer
 class NamespacelessOWSExceptionXMLAdapter
          This class can generate namespace-less exception reports.
 class OGCExceptionXMLAdapter
          This class can generate OWS Commons 1.1.0 ExceptionReports.
 class OWSException100XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.0.0 ExceptionReports.
 class OWSException110XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.1.0 ExceptionReports.
 class OWSException120XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.2.0 ExceptionReports.
 

Uses of ExceptionSerializer in org.deegree.services.wcs
 

Classes in org.deegree.services.wcs that implement ExceptionSerializer
 class ServiceException120XMLAdapter
          This class can generates ServiceExceptionReports v. 1.2.0, the format accepted by WCS 1.0.0.
 



Copyright © 2011. All Rights Reserved.