Uses of Interface
net.opengis.ows11.ExceptionReportType

Packages that use ExceptionReportType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wps10   
net.opengis.wps10.impl   
org.geotools.data.ows package to build WPS requests. 
org.geotools.data.wps.response package with response classes. 
 

Uses of ExceptionReportType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ExceptionReportType
 ExceptionReportType Ows11Factory.createExceptionReportType()
          Returns a new object of class 'Exception Report Type'.
 ExceptionReportType DocumentRoot.getExceptionReport()
          Returns the value of the 'Exception Report' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ExceptionReportType
 void DocumentRoot.setExceptionReport(ExceptionReportType value)
          Sets the value of the 'Exception Report' containment reference.
 

Uses of ExceptionReportType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ExceptionReportType
 class ExceptionReportTypeImpl
          An implementation of the model object 'Exception Report Type'.
 

Methods in net.opengis.ows11.impl that return ExceptionReportType
 ExceptionReportType Ows11FactoryImpl.createExceptionReportType()
           
 ExceptionReportType DocumentRootImpl.getExceptionReport()
           
 

Methods in net.opengis.ows11.impl with parameters of type ExceptionReportType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExceptionReport(ExceptionReportType newExceptionReport)
           
 

Uses of ExceptionReportType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ExceptionReportType
 java.lang.Object Ows11Switch.caseExceptionReportType(ExceptionReportType object)
          Returns the result of interpreting the object as an instance of 'Exception Report Type'.
 boolean Ows11Validator.validateExceptionReportType(ExceptionReportType exceptionReportType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ExceptionReportType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ExceptionReportType
 boolean DocumentRootValidator.validateExceptionReport(ExceptionReportType value)
           
 

Uses of ExceptionReportType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ExceptionReportType
 ExceptionReportType ProcessFailedType.getExceptionReport()
          Returns the value of the 'Exception Report' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ExceptionReportType
 void ProcessFailedType.setExceptionReport(ExceptionReportType value)
          Sets the value of the 'Exception Report' containment reference.
 

Uses of ExceptionReportType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as ExceptionReportType
protected  ExceptionReportType ProcessFailedTypeImpl.exceptionReport
          The cached value of the 'Exception Report' containment reference.
 

Methods in net.opengis.wps10.impl that return ExceptionReportType
 ExceptionReportType ProcessFailedTypeImpl.getExceptionReport()
           
 

Methods in net.opengis.wps10.impl with parameters of type ExceptionReportType
 org.eclipse.emf.common.notify.NotificationChain ProcessFailedTypeImpl.basicSetExceptionReport(ExceptionReportType newExceptionReport, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProcessFailedTypeImpl.setExceptionReport(ExceptionReportType newExceptionReport)
           
 

Uses of ExceptionReportType in org.geotools.data.ows
 

Fields in org.geotools.data.ows declared as ExceptionReportType
protected  ExceptionReportType AbstractWPSGetCapabilitiesResponse.excepResponse
           
 

Methods in org.geotools.data.ows that return ExceptionReportType
 ExceptionReportType AbstractWPSGetCapabilitiesResponse.getExceptionResponse()
           
 

Uses of ExceptionReportType in org.geotools.data.wps.response
 

Methods in org.geotools.data.wps.response that return ExceptionReportType
 ExceptionReportType DescribeProcessResponse.getExceptionResponse()
           
 ExceptionReportType ExecuteProcessResponse.getExceptionResponse()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.