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

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

Uses of ExceptionSerializer in org.deegree.services
 

Methods in org.deegree.services with parameters of type ExceptionSerializer
<T extends OWSException>
void
OWSResponse.sendException(String contentType, Map<String,String> additionalHeaders, int httpStatusCode, ExceptionSerializer<T> serializer, T exception)
          Sends an OWSException to the client.
 

Uses of ExceptionSerializer in org.deegree.services.controller
 

Methods in org.deegree.services.controller with parameters of type ExceptionSerializer
<E extends OWSException>
void
AbstractOWS.sendException(String contentType, String encoding, Map<String,String> additionalHeaders, int httpStatusCode, ExceptionSerializer<E> serializer, E exception, javax.servlet.http.HttpServletResponse response)
           
static
<E extends OWSException>
void
AbstractOWS.sendException(String contentType, String encoding, Map<String,String> additionalHeaders, int httpStatusCode, ExceptionSerializer<E> serializer, ImplementationMetadata<?> md, E 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 OWSException>
          The XMLExceptionSerializer class TODO add class documentation here.
 

Methods in org.deegree.services.controller.exception.serializer that return ExceptionSerializer
<T extends OWSException>
ExceptionSerializer<T>
SerializerProvider.getSerializer(ImplementationMetadata<?> metadata, ExceptionSerializer<T> originalSerializer)
           
 

Methods in org.deegree.services.controller.exception.serializer with parameters of type ExceptionSerializer
<T extends OWSException>
ExceptionSerializer<T>
SerializerProvider.getSerializer(ImplementationMetadata<?> metadata, ExceptionSerializer<T> originalSerializer)
           
 

Uses of ExceptionSerializer in org.deegree.services.ows
 

Classes in org.deegree.services.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.