Uses of Class
org.deegree.services.controller.exception.serializer.XMLExceptionSerializer

Packages that use XMLExceptionSerializer
org.deegree.services   
org.deegree.services.controller   
org.deegree.services.controller.exception.serializer   
org.deegree.services.csw   
org.deegree.services.ows   
org.deegree.services.sos   
org.deegree.services.wcs   
org.deegree.services.wfs   
org.deegree.services.wms.controller   
org.deegree.services.wps   
org.deegree.services.wpvs.controller   
 

Uses of XMLExceptionSerializer in org.deegree.services
 

Methods in org.deegree.services that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> OWS.getExceptionSerializer(Version requestVersion)
          Returns the ExceptionSerializer and mime-type suitable for the given request version.
 

Uses of XMLExceptionSerializer in org.deegree.services.controller
 

Methods in org.deegree.services.controller that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> AbstractOWS.getExceptionSerializer(Version requestVersion)
          Returns the ExceptionSerializer and mime-type suitable for the given request version.
 

Methods in org.deegree.services.controller with parameters of type XMLExceptionSerializer
 void AbstractOWS.sendSOAPException(org.apache.axiom.soap.SOAPHeader header, org.apache.axiom.soap.SOAPFactory factory, HttpResponseBuffer response, OWSException exception, XMLExceptionSerializer<OWSException> serializer, String SOAPFaultCode, String SOAPMessage, String SOAPaction, String characterEncoding)
          Encapsulates the given OWSException into a SOAP environment for which the given factory will be used.
 

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

Subclasses of XMLExceptionSerializer in org.deegree.services.controller.exception.serializer
 class SOAPExceptionSerializer
          The SoapExceptionSerializer class TODO add class documentation here.
 

Constructors in org.deegree.services.controller.exception.serializer with parameters of type XMLExceptionSerializer
SOAPExceptionSerializer(org.apache.axiom.soap.SOAPVersion version, org.apache.axiom.soap.SOAPHeader header, org.apache.axiom.soap.SOAPFactory factory, XMLExceptionSerializer<OWSException> detailSerializer)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.csw
 

Methods in org.deegree.services.csw that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> CSWController.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.ows
 

Subclasses of XMLExceptionSerializer in org.deegree.services.ows
 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 XMLExceptionSerializer in org.deegree.services.sos
 

Methods in org.deegree.services.sos that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> SOSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.wcs
 

Subclasses of XMLExceptionSerializer in org.deegree.services.wcs
 class ServiceException120XMLAdapter
          This class can generates ServiceExceptionReports v. 1.2.0, the format accepted by WCS 1.0.0.
 

Methods in org.deegree.services.wcs that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> WCSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> WebFeatureService.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller declared as XMLExceptionSerializer
protected  XMLExceptionSerializer<OWSException> WMSControllerBase.EXCEPTIONS
           
 

Methods in org.deegree.services.wms.controller that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> WMSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.wps
 

Methods in org.deegree.services.wps that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> WPService.getExceptionSerializer(Version requestVersion)
           
 

Uses of XMLExceptionSerializer in org.deegree.services.wpvs.controller
 

Methods in org.deegree.services.wpvs.controller that return types with arguments of type XMLExceptionSerializer
 Pair<XMLExceptionSerializer<OWSException>,String> WPVSController.getExceptionSerializer(Version requestVersion)
           
 



Copyright © 2011. All Rights Reserved.