deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.OGCWebServiceException

Packages that use OGCWebServiceException
org.deegree.enterprise.servlet NEW Package. 
org.deegree.framework.xml   
org.deegree.model.feature   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.csw.iso_profile.ebrim   
org.deegree.ogcwebservices.csw.manager   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.describeplatform   
org.deegree.ogcwebservices.sos.describesensor   
org.deegree.ogcwebservices.sos.getobservation   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was   
org.deegree.ogcwebservices.wass.was.operation   
org.deegree.ogcwebservices.wass.wss   
org.deegree.ogcwebservices.wass.wss.operation   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.configuration   
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wcts The wcts (Web-Coordinate-Transformation-Service) package contains the deegree implementation of the wcts described in the draft version (0.4.0) of the ogc. 
org.deegree.ogcwebservices.wcts.data   
org.deegree.ogcwebservices.wcts.operation   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wfs.operation.transaction   
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.operation   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.describeprocess   
org.deegree.ogcwebservices.wps.execute   
org.deegree.ogcwebservices.wps.execute.processes   
org.deegree.ogcwebservices.wpvs The WPVS (Web Perspective View Service) package is the 3D analogon to a WMS (Web Map Service), it is able to generate a 3D-view of (2D or 3D) geospatial data. 
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.ogcwebservices.wpvs.operation   
org.deegree.ogcwebservices.wpvs.utils   
org.deegree.owscommon   
org.deegree.owscommon_1_1_0 This package is able to read and write xml encoded documents which validate against the ows common 1.1.0 schema package. 
org.deegree.portal.owswatch   
org.deegree.portal.portlet.modules.map.actions.portlets   
org.deegree.portal.portlet.modules.wfs.actions.portlets   
 

Uses of OGCWebServiceException in org.deegree.enterprise.servlet
 

Methods in org.deegree.enterprise.servlet with parameters of type OGCWebServiceException
 void WFSHandler.sendException(javax.servlet.http.HttpServletResponse httpResponse, OGCWebServiceException serviceException)
           
 void AbstractOWServiceHandler.sendException(javax.servlet.http.HttpServletResponse httpResponse, OGCWebServiceException serviceException)
          Sends an exception report to the client.
protected  void SOAP_1_1_FacadeServletFilter.sendException(javax.servlet.ServletResponse response, OGCWebServiceException e, boolean usingSoap)
          Sends the passed OGCWebServiceException to the calling client and flushes/closes the writer.
 void WFSHandler.sendVersionedException(javax.servlet.http.HttpServletResponse httpResponse, OGCWebServiceException serviceException, boolean is100)
           
 void WMSHandler.writeServiceExceptionReport(OGCWebServiceException exception)
          writes an service exception report into the OutputStream back to the client. the method considers the format an exception shall be returned to the client as defined in the request.
 

Methods in org.deegree.enterprise.servlet that throw OGCWebServiceException
protected  void SOAP_1_1_FacadeServletFilter.checkMustUnderstandAttributes(Element headerElement)
          Check all direct children of the given headerElement for the mustUndertand attribute.
 String GetMapFilter.DummyRequest.getRequestParameter()
           
 XMLFragment[] RequestMultiPartHandler.handleMultiparts(javax.servlet.http.HttpServletRequest request)
          This method handles the multiparts of a ServletRequest.
protected  XMLFragment SOAP_1_1_FacadeServletFilter.handleSOAPRequest(XMLFragment xmlReq)
          Handles a SOAP 1.1. envelope request.
 void WPSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void SOSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
           
 void WMPSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
          performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 void ServiceDispatcher.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
           
 void WCTSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
           
 void WCSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
           
 void WPVSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse httpResponse)
          Performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it
 void CSWHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse httpResponse)
           
 void WASSHandler.perform(OGCWebServiceRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of OGCWebServiceException in org.deegree.framework.xml
 

Methods in org.deegree.framework.xml that return OGCWebServiceException
 OGCWebServiceException XMLParsingException.getWrapped()
           
 

Constructors in org.deegree.framework.xml with parameters of type OGCWebServiceException
XMLParsingException(boolean wrapException, OGCWebServiceException wrapped)
          Workaround to beat the "no API change" policy.
 

Uses of OGCWebServiceException in org.deegree.model.feature
 

Methods in org.deegree.model.feature that throw OGCWebServiceException
 void Validator.validate(Feature feature)
          Validates the given feature instance (and its subfeatures).
 

Uses of OGCWebServiceException in org.deegree.ogcbase
 

Subclasses of OGCWebServiceException in org.deegree.ogcbase
 class InvalidGMLException
           
 class InvalidSRSException
           
 

Methods in org.deegree.ogcbase that throw OGCWebServiceException
static LonLatEnvelope OGCDocument.parseLonLatEnvelope(Element element)
          creates a LonLatEnvelope object from the passed element
protected  TimePeriod OGCDocument.parseTimePeriod(Element element, URI namespaceURI)
          creates a TimePeriod from the passed element
protected  TimePeriod[] OGCDocument.parseTimePeriods(ElementList el, URI namespaceURI)
          creates an array of TimePeriod s from the passed element
protected static TimePosition[] OGCDocument.parseTimePositions(ElementList el)
          creates an array of TimePosition s from the passed element
protected  TimeSequence OGCDocument.parseTimeSequence(Element element, URI namespaceURI)
          creates an TimeSequence from the passed element
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices
 class CurrentUpdateSequenceException
          Value of (optional) updateSequence parameter in GetCapabilities operation request equals the current value of service metadata updateSequence number.
 class InconsistentRequestException
          Thrown, if the Capabilities-document and the including configuration was invalid / inconsistent.
 class InvalidParameterValueException
          Operation request contains an invalid parameter value locator = Name of parameter with invalid value
 class InvalidUpdateSequenceException
          Value of (optional) updateSequence parameter in GetCapabilities operation request is greater than current value of service metadata updateSequence number locator = None, omit �locator� parameter
 class MissingParameterValueException
          Operation request does not include a parameter value, and this server did not declare a default value for that parameter locator = Name of missing parameter
 class NoApplicableCodeException
          No other exceptionCode specified by this service and server applies to this exception locator = None, omit �locator� parameter
 class OperationNotSupportedException
          Request is for an operation that is not supported by this server locator value = Name of operation not supported
 class VersionNegotiationFailedException
          List of versions in �AcceptVersions� parameter value in GetCapabilities operation request did not include any version supported by this server.
 

Fields in org.deegree.ogcwebservices declared as OGCWebServiceException
protected  OGCWebServiceException DefaultOGCWebServiceResponse.exception
           
 

Methods in org.deegree.ogcwebservices that return OGCWebServiceException
static OGCWebServiceException OGCWebServiceException.create(Document doc)
          creates an OGCWebServiceException from a DOM object as defined in the OGC common implementation specification
static OGCWebServiceException OGCWebServiceException.create(Element root)
          creates an OGCWebServiceException from a DOM Element object as defined in the OGC common implementation specification
 OGCWebServiceException OGCWebServiceResponse.getException()
          returns an XML encoding of the exception that raised.
 OGCWebServiceException DefaultOGCWebServiceResponse.getException()
          returns an XML encoding of the exception that raised.
 OGCWebServiceException[] ExceptionReport.getExceptions()
           
 

Methods in org.deegree.ogcwebservices with parameters of type OGCWebServiceException
 void ExceptionReport.setExceptions(OGCWebServiceException[] exceptions)
           
 

Methods in org.deegree.ogcwebservices that throw OGCWebServiceException
static OGCWebServiceRequest OGCRequestFactory.create(javax.servlet.ServletRequest request)
          Creates an OGCWebServiceRequest from the content contained within the passed request.
static OGCWebServiceRequest OGCRequestFactory.createFromKVP(Map<String,String> map)
          Creates an instance of an AbstractOGCWebServiceRequest from the passed KVP encoded request.
static OGCWebServiceRequest OGCRequestFactory.createFromXML(Document doc)
          Creates an instance of an AbstractOGCWebServiceRequest from the passed DOM object.
 Object OGCWebService.doService(OGCWebServiceRequest request)
          the implementation of this method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method
 String OGCWebServiceRequest.getRequestParameter()
          Deprecated. should be replaced by a factory class TODO
 String AbstractOGCWebServiceRequest.getRequestParameter()
          returns the URI of a HTTP GET request.
 

Constructors in org.deegree.ogcwebservices with parameters of type OGCWebServiceException
DefaultOGCWebServiceResponse(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
ExceptionReport(OGCWebServiceException[] exceptions)
           
ExceptionReport(OGCWebServiceException[] exceptions, String version)
           
ExceptionReport(OGCWebServiceException[] exceptions, String version, String language)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.csw
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.csw
 class NonexistentCollectionException
           
 class NonexistentTypeException
           
 

Methods in org.deegree.ogcwebservices.csw that throw OGCWebServiceException
static CatalogueService CatalogueService.create(CatalogueConfiguration config)
          Creates a new CatalogService instance.
 Object CatalogueService.doService(OGCWebServiceRequest request)
          Method for event based request processing.
 Manager CatalogueService.getManager(String version)
           
static CatalogueService CSWFactory.getService()
           
static CatalogueService CSWFactory.getUncachedService(CatalogueConfiguration config)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.csw.capabilities
 

Methods in org.deegree.ogcwebservices.csw.capabilities that throw OGCWebServiceException
static CatalogueGetCapabilities CatalogueGetCapabilities.create(String id, Element root)
          Creates a CatalogGetCapabilities request from its XML representation.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.csw.discovery
 

Methods in org.deegree.ogcwebservices.csw.discovery that throw OGCWebServiceException
protected  void GetRecordsDocument.checkReferencedVariables(ComplexFilter constraint, Map<String,QualifiedName> variables)
          Iterates over the Operations of a complexfilter to find if non declared variables are used.
static GetRepositoryItem GetRepositoryItem.create(Map<String,String> kvp)
          Creates a new GetRepositoryItem instance from the values stored in the submitted Map.
static GetRecordById GetRecordById.create(String id, Element root)
          creates a GetRecordById request from the XML fragment passed.
static DescribeRecord DescribeRecord.create(String id, Element root)
          creates a GetRecords request from the XML fragment passed.
static GetRecords GetRecords.create(String id, Element root)
          creates a GetRecords request from the XML fragment passed.
 DescribeRecordResult Discovery.describeRecordType(DescribeRecord request)
          Performs the submitted DescribeRecord -request.
static GetRecordsDocument XMLFactory.export(GetRecords request)
          Exports a GetRecords instance to a GetRecordsDocument.
protected  void GetRecordsDocument.findNonDeclaredVariables(AbstractOperation operation, Map<String,QualifiedName> variables)
          (Recursively) finds a reference to a non declared variable in the propertyname of the given operation.
protected  void GetRecordsDocument.findNonDeclaredVariables(PropertyName propName, Map<String,QualifiedName> variables)
          Parse the string representation of the the propertyname to find a variable reference to a non declared Variable.
 void GetRecordsDocument.findVariablesInTypeName(String typeName, Node queryNode, List<QualifiedName> typeNames, Map<String,QualifiedName> variables, boolean bindTypeNameToNS)
          Helper method to find any declared variables in given Query/@typeNames
 GetRepositoryItemResponse Discovery.guery(GetRepositoryItem request)
          Contacts the wfsResource to find a rim:ExtrinsicObject which contains the GetRepositoryItem.getRepositoryItemID() and retrieves it's app:RegistryObject/app:extrinsicObject/app:ExtrinsicObject/app:object.
(package private)  GetRecordById GetRecordByIdDocument.parse(String id)
           
 DescribeRecord DescribeRecordDocument.parse(String id)
          Extracts a DescribeRecord representation of this object.
 GetRecords GetRecordsDocument_2_0_2.parse(String id)
          Extracts a GetRecords representation of this object.
 GetRecords GetRecordsDocument.parse(String id)
          Extracts a GetRecords representation of this object.
(package private)  GetRecordById GetRecordByIdDocument_2_0_2.parse(String id)
           
 DescribeRecord DescribeRecordDocument_2_0_2.parse(String id)
           
 GetRecordsResult GetRecordsResultDocument.parseGetRecordsResponse(GetRecords request)
          Extracts a GetRecordsResult representation of this object.
 GetRecordByIdResult Discovery.query(GetRecordById getRecordById)
          Performs a GetRecordById request.
 GetRecordsResult Discovery.query(GetRecords getRecords)
          Performs a GetRecords request.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.csw.iso_profile.ebrim
 

Methods in org.deegree.ogcwebservices.csw.iso_profile.ebrim that throw OGCWebServiceException
 void CSWEbRIMFilter.afterResponseEvaluation(OGCWebServiceRequest originalRequest, ServletResponseWrapper responsewrapper)
          This method is called after the CSWEbRIMFilter has successfully processed the incoming request, but did not actually write it to the Stream.
 XMLFragment CSWSOAPHandler.createCSWRequestFromSOAP()
          Finds a user and a password from a given soap request, and inserts them as attributes into the rootelement of the csw:request inside the body of the soap.
 OGCWebServiceRequest OWSProxyHandler.createOWSRequest(ServletRequestWrapper request)
           
 List<Element> InsertTransactionHandler.handleInsertTransaction(Manager transactionManager, int[] resultValues)
          This method will handle the insert (given from
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.csw.manager
 

Methods in org.deegree.ogcwebservices.csw.manager that throw OGCWebServiceException
static void XMLFactory.appendOperation(Element root, Operation operation)
           
static Transaction Transaction.create(String id, Element root)
          creates a Transaction object from its XML representation defined in OGC CS-W 2.0.0 specification
static TransactionDocument XMLFactory.export(Transaction transaction)
           
 EchoRequest Manager.harvestRecords(Harvest request)
           
 EchoRequest Manager_2_0_2.harvestRecords(Harvest request)
           
 EchoRequest Manager_2_0_0.harvestRecords(Harvest request)
           
 Transaction TransactionDocument.parse(String id)
          parses a CS-W 2.0 transaction request
 Transaction TransactionDocument_2_0_2.parse(String id)
          parses a CS-W 2.0 transaction request
protected  void AbstractHarvester.AbstractHarvestProcessor.performTransaction(String trans)
          performs a transaction for inserting or updating a service meta data record in the catalogue a harvester instance belongs too
 TransactionResult Manager.transaction(Transaction request)
          performs a transaction request by transforming and forwarding it to the WFS used as backend
 TransactionResult Manager_2_0_2.transaction(Transaction request)
           
 TransactionResult Manager_2_0_0.transaction(Transaction request)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.getcapabilities
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.getcapabilities
 class InvalidCapabilitiesException
           
 

Methods in org.deegree.ogcwebservices.getcapabilities that throw OGCWebServiceException
 void Service.setFees(CodeList fees)
           
 

Constructors in org.deegree.ogcwebservices.getcapabilities that throw OGCWebServiceException
Service(String name, String label, CodeList fees, CodeList[] accessConstraints)
           
Service(String description, String name, MetadataLink metadataLink, String label, Keywords[] keywords, CitedResponsibleParty citedResponsibleParty, CodeList fees, CodeList[] accessConstraints, String version, String updateSequence)
           
Service(String name, String label, String description, CitedResponsibleParty citedResponsibleParty, CodeList fees, CodeList[] accessConstraints)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos that throw OGCWebServiceException
 Object SOService.doService(OGCWebServiceRequest request)
          checks the request and do service
static XMLFragment XMLFactory.export(DescribePlatformResult describePlatformResult)
           
static XMLFragment XMLFactory.export(DescribeSensorResult describeSensorResult)
           
static XMLFragment XMLFactory.export(GetObservationResult getObservationResult)
           
static XMLFragment XMLFactory.export(SOSCapabilities scsCapabilities)
          exports the SCS Capabilities
static SOService SOServiceFactory.getService()
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.sos.capabilities
 

Methods in org.deegree.ogcwebservices.sos.capabilities that throw OGCWebServiceException
static SOSGetCapabilities SOSGetCapabilities.create(String id, Document doc)
          creates GetCapabilities Request from XML
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.sos.describeplatform
 

Methods in org.deegree.ogcwebservices.sos.describeplatform that throw OGCWebServiceException
static DescribePlatformRequest DescribePlatformRequest.create(Map<String,String> map)
          creates a DescribePlatform Request from a KVP Map
static DescribePlatformRequest DescribePlatformRequest.create(String id, Document doc)
          creates a DescribePlatform Request from a XML Document
 PlatformMetadata[] PlatformDescriptionDocument.getPlatform(SOSDeegreeParams deegreeParams, String[] typNames)
          gets the platform descriptions from a wfs and transform it with a xslt script
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.sos.describesensor
 

Methods in org.deegree.ogcwebservices.sos.describesensor that throw OGCWebServiceException
static DescribeSensorRequest DescribeSensorRequest.create(Map<String,String> map)
          creates the Request by using a KVP Map
static DescribeSensorRequest DescribeSensorRequest.create(String id, Document doc)
          creates the Request by using a XML Document
 SensorMetadata[] SensorDescriptionDocument.getSensor(SOSDeegreeParams deegreeParams, String[] typNames)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.sos.getobservation
 

Methods in org.deegree.ogcwebservices.sos.getobservation that throw OGCWebServiceException
static GetObservationRequest GetObservationRequest.create(String id, Document doc)
          create from XML Document
 ObservationArray[] GetObservationDocument.getObservations(SOSDeegreeParams deegreeParams, GetObservationRequest request)
          gets the data from sensors
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wass.common
 

Methods in org.deegree.ogcwebservices.wass.common that throw OGCWebServiceException
static OGCWebServiceRequest GetSession.create(String id, Element documentElement)
           
static OGCWebServiceRequest CloseSession.create(String id, Element documentElement)
           
static OGCWebServiceRequest GetSession.create(String id, Map<String,String> kvp)
           
static WAService WASServiceFactory.getUncachedWAService()
           
static WSService WASServiceFactory.getUncachedWSService()
           
static void WASServiceFactory.setConfiguration(URL url)
          Dispatches the configuration url to the appropriate methods.
 

Constructors in org.deegree.ogcwebservices.wass.common that throw OGCWebServiceException
GetSession(String id, Map<String,String> kvp)
          Constructs new one from the given key-value-pairs.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wass.was
 

Methods in org.deegree.ogcwebservices.wass.was that throw OGCWebServiceException
 Object WAService.doService(OGCWebServiceRequest request)
           
 

Constructors in org.deegree.ogcwebservices.wass.was that throw OGCWebServiceException
WAService(WASConfiguration configuration)
          Creates a new service according to the given configuration.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wass.was.operation
 

Methods in org.deegree.ogcwebservices.wass.was.operation that throw OGCWebServiceException
static OGCWebServiceRequest WASGetCapabilities.create(String id, Element documentElement)
           
 DescribeUserResponse DescribeUserHandler.handleRequest(DescribeUser request)
          Handles a DescribeUser request.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wass.wss
 

Methods in org.deegree.ogcwebservices.wass.wss that throw OGCWebServiceException
 Object WSService.doService(OGCWebServiceRequest request)
           
 

Constructors in org.deegree.ogcwebservices.wass.wss that throw OGCWebServiceException
WSService(WSSConfiguration config)
          Creates a new WebSecurityService with the given configuration( = capabilities) bean.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wass.wss.operation
 

Methods in org.deegree.ogcwebservices.wass.wss.operation that throw OGCWebServiceException
static OGCWebServiceRequest DoService.create(String id, Element documentElement)
           
static OGCWebServiceRequest WSSGetCapabilities.create(String id, Element documentElement)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcs
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wcs
 class WCSException
           
 

Methods in org.deegree.ogcwebservices.wcs that throw OGCWebServiceException
 Object RemoteWCService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 Object WCService.doService(OGCWebServiceRequest request)
          method for event based request procrssing
protected  CoverageDescription RemoteWCService.handleDescribeCoverage(DescribeCoverage request)
           
protected  WCSCapabilities RemoteWCService.handleGetCapabilities(WCSGetCapabilities request)
          reads the capabilities from the remote WMS by performing a GetCapabilities request against it.
protected  Object RemoteWCService.handleGetCoverage(GetCoverage request)
          performs a GetCoverage request against a remote service.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.configuration
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.configuration
 class InvalidConfigurationException
           
 class InvalidCVExtensionException
           
 class UnknownCVExtensionException
           
 

Methods in org.deegree.ogcwebservices.wcs.configuration that throw OGCWebServiceException
protected  CoverageOfferingBrief WCSConfigurationDocument.parseCoverageOfferingBrief(Element element)
          creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.describecoverage
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.describecoverage
 class InvalidCoverageDescriptionExcpetion
           
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage that throw OGCWebServiceException
static DescribeCoverage DescribeCoverage.create(Map map)
          creates a DescribeCoverage request from its KVP representation
static DescribeCoverage DescribeCoverage.create(String id, Document doc)
          creates a DescribeCoverage request from its XML representation
static DescribeCoverage DescribeCoverage.createDescribeCoverage(String id, String kvp)
          creates a DescribeCoverage request from its KVP representation
 String DescribeCoverage.getRequestParameter()
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.getcapabilities
 

Methods in org.deegree.ogcwebservices.wcs.getcapabilities that throw OGCWebServiceException
static GetCapabilities WCSGetCapabilities.create(Map<String,String> map)
          creates a GetCapabilities request from its KVP representation
static GetCapabilities WCSGetCapabilities.create(String id, Document doc)
          creates a GetCapabilities request from its XML representation
static GetCapabilities WCSGetCapabilities.create(String id, String kvp)
          creates a GetCapabilities request from its KVP representation
protected  CoverageOfferingBrief WCSCapabilitiesDocument.parseCoverageOfferingBrief(Element element)
          creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section
static void WCSRequestValidator.validate(WCSCapabilities capabilities, OGCWebServiceRequest request)
          validates the passed AbstractOGCWebServiceRequest which must be a request that is known by a WCS against the passed WCSCapabilities
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcs.getcoverage
 

Methods in org.deegree.ogcwebservices.wcs.getcoverage that throw OGCWebServiceException
static GetCoverage GetCoverage.create(Map<String,String> map)
          creates a GetCoverage request from its KVP representation
static GetCoverage GetCoverage.create(String id, Document doc)
          creates a GetCoverage request from its XML representation
static GetCoverage GetCoverage.create(String id, String kvp)
          creates a GetCoverage request from its KVP representation
 String GetCoverage.getRequestParameter()
           
 

Constructors in org.deegree.ogcwebservices.wcs.getcoverage that throw OGCWebServiceException
GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, InterpolationMethod interpolationMethod, Output output)
           
GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, Output output)
           
GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, RangeSubset rangeSubset, InterpolationMethod interpolationMethod, Output output)
           
GetCoverage(String id, String version, String sourceCoverage, DomainSubset domainSubset, RangeSubset rangeSubset, Output output)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcts
 

Methods in org.deegree.ogcwebservices.wcts that throw OGCWebServiceException
static WCTService WCTServiceFactory.createServiceInstance()
           
 Object WCTService.doService(OGCWebServiceRequest request)
           
static WCTSConfiguration WCTServiceFactory.getConfiguration()
           
 TransformResponse WCTService.handleTransform(Transform request)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcts.data
 

Methods in org.deegree.ogcwebservices.wcts.data that throw OGCWebServiceException
 void GeometryData.doTransform(CoordinateSystem sourceCRS, CoordinateSystem targetCRS, boolean enableLogging)
           
abstract  void TransformableData.doTransform(CoordinateSystem sourceCRS, CoordinateSystem targetCRS, boolean enableLogging)
          This function should implement the transforming of the underlying data.
 void FeatureCollectionData.doTransform(CoordinateSystem sourceCRS, CoordinateSystem targetCRS, boolean enableLogging)
           
 void GeometryData.doTransform(Transformation transformation, boolean enableLogging)
           
abstract  void TransformableData.doTransform(Transformation transformation, boolean enableLogging)
          This function should implement the transforming of the underlying data.
 void FeatureCollectionData.doTransform(Transformation transformation, boolean enableLogging)
           
 void SimpleData.doTransform(Transformation transformation, boolean enableLogging)
           
static GeometryData GeometryData.parseGeometryData(CoordinateSystem sourceCRS, String wkt)
          Try to create a Geometry from a given String, put the result into a GeometryData object.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcts.operation
 

Methods in org.deegree.ogcwebservices.wcts.operation that throw OGCWebServiceException
static WCTSGetCapabilities WCTSGetCapabilities.create(String requestID, Map<String,String> map)
          Create a WCTSGetCapabilities-request by extracting the values from the map, and calling the constructor with these values.
static IsTransformable IsTransformable.create(String requestID, Map<String,String> map)
          Create a IsTransformable-request by extracting the values from the map, and calling the constructor with these values.
static Transform Transform.create(String requestID, Map<String,String> map)
          Create a Transform-request by extracting the values from the map, and calling the constructor with these values.
static GetResourceByID GetResourceByID.create(String requestID, Map<String,String> map)
          Create a GetResourceByID-request by extracting the values from the map, and calling the constructor with these values.
protected  List<Pair<String,String>> IsTransformableDocument.parseCoverageTypes()
           
protected  List<Pair<String,String>> IsTransformableDocument.parseInterpolationTypes()
           
 String WCTSRequestBaseDocument.parseService()
           
 String WCTSRequestBaseDocument.parseVersion()
           
 

Constructors in org.deegree.ogcwebservices.wcts.operation that throw OGCWebServiceException
GetResourceByIDDocument(String id, Element rootElement)
           
IsTransformableDocument(String id, Element rootElement)
           
TransformDocument(String requestId, Element rootElement)
           
WCTSGetCapabilitiesDocument(String id, Element requestRoot)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs that throw OGCWebServiceException
static WFService WFServiceFactory.createInstance()
           
static WFService WFServiceFactory.createInstance(WFSConfiguration wfsConfiguration)
           
 Object RemoteWFService.doService(OGCWebServiceRequest request)
           
 Object WFService.doService(OGCWebServiceRequest request)
          Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method.
(package private)  TransactionResponse TransactionHandler.handleRequest()
          Performs the associated transaction.
(package private)  FeatureTypeDescription DescribeFeatureTypeHandler.handleRequest(DescribeFeatureType request)
          Handles a DescribeFeatureType request.
(package private)  FeatureResult GetFeatureHandler.handleRequest(GetFeature getFeature)
          Handles a GetFeature request by delegating the contained Query objects to different threads.
(package private)  FeatureResult LockFeatureHandler.handleRequest(GetFeatureWithLock request)
          Handles a GetFeatureWithLock request.
(package private)  LockFeatureResponse LockFeatureHandler.handleRequest(LockFeature request)
          Handles a LockFeature request.
 

Constructors in org.deegree.ogcwebservices.wfs that throw OGCWebServiceException
DescribeFeatureTypeHandler(WFService wfs)
          Creates a new DescribeFeatureHandler for the given WFService.
RemoteWFService(WFSCapabilities capabilities)
          Creates a new instance of RemoteWFService
WFService(WFSConfiguration configuration)
          Creates a new instance of WFService with the given configuration.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wfs.operation
 

Methods in org.deegree.ogcwebservices.wfs.operation that throw OGCWebServiceException
static GetFeatureWithLock GetFeatureWithLock.create(String id, Element root)
          Creates a new GetFeatureWithLock instance from a document that contains the DOM representation of the request.
static WFSGetCapabilities WFSGetCapabilities.create(String id, Element root)
          Creates a WFSGetCapabilities instance from a document that contains the DOM representation of the request.
static GetFeature GetFeature.create(String id, Element root)
          Creates a new GetFeature instance from a document that contains the DOM representation of the request.
static OGCWebServiceRequest GetGmlObject.create(String id, Element root)
          Output format parameter is ignored by this method (it will always be GML3 anyway).
static LockFeature LockFeature.create(String id, Element root)
          Creates a new LockFeature instance from a document that contains the DOM representation of the request.
static DescribeFeatureType DescribeFeatureType.create(String id, Element root)
          Creates a DescribeFeatureType instance from a document that contains the DOM representation of the request.
 String DescribeFeatureType.getRequestParameter()
           
 

Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type OGCWebServiceException
GmlResult(OGCWebServiceRequest request, OGCWebServiceException exception)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that throw OGCWebServiceException
static Transaction Transaction.create(String id, Element root)
          Creates a Transaction instance from a document that contains the DOM representation of the request.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wmps
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wmps
 class PrintMapServiceException
          PrintMap service exception is a specialization of the ogc web service exception.
 

Methods in org.deegree.ogcwebservices.wmps that throw OGCWebServiceException
 PrintMapResponseDocument RequestManager.createFinalResponse(String message, String exception)
           
 PrintMapResponseDocument DefaultRequestManager.createFinalResponse(String message, String exception)
          Export the PrintMap service final response to a PrintMapResponseDocument.
 PrintMapResponseDocument RequestManager.createInitialResponse(String message)
           
 PrintMapResponseDocument DefaultRequestManager.createInitialResponse(String message)
          Send an intial response back to the user, depending on whether the request has been successfull saved in the DB or not.
 Object WMPService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 Object RemoteWMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
protected  WMSCapabilities RemoteWMService.handleGetCapabilities(WMSGetCapabilities request)
          reads the capabilities from the remote WMS by performing a GetCapabilities request against it.
protected  Object RemoteWMService.handleGetMap(GetMap request)
          performs a GetMap request against the remote service.
 void DefaultGetMapHandler.performGetMap(Graphics g)
          performs a GetMap request and retruns the result encapsulated within a GetMapResult object.
 void GetMapHandler.performGetMap(Graphics g)
           
 void RequestManager.saveRequestToDB()
           
 void DefaultRequestManager.saveRequestToDB()
          Opens a connection to a database based on the properties file in the resources directory and saves the current PrintMap request in the table for later access.
 void RequestManager.sendEmail(PrintMapResponseDocument response)
           
 void DefaultRequestManager.sendEmail(PrintMapResponseDocument response)
          Send an Email to the address provided in the PrintMap request.
 

Constructors in org.deegree.ogcwebservices.wmps that throw OGCWebServiceException
DefaultGetMapHandler(WMPSConfiguration configuration, GetMap request)
          Creates a new GetMapHandler object.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wmps.operation
 

Methods in org.deegree.ogcwebservices.wmps.operation with parameters of type OGCWebServiceException
static WMPSGetCapabilitiesResult WMPSProtocolFactory.createGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception, WMPSCapabilities capabilities)
          creates an instance of a WMPSGetCapabilitiesResult object
 

Constructors in org.deegree.ogcwebservices.wmps.operation with parameters of type OGCWebServiceException
WMPSGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the *
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wms
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wms
 class InvalidCRSException
          InvalidCRSException is true to its name and uses the InvalidCRS exception code.
 class InvalidFormatException
           
 class InvalidPointException
          InvalidPointException is true to its name and denotes an invalid point (in a GetFeatureInfo request, probably).
 class LayerNotDefinedException
           
 class LayerNotQueryableException
           
 class StyleNotDefinedException
           
 

Fields in org.deegree.ogcwebservices.wms declared as OGCWebServiceException
(package private)  OGCWebServiceException GetMapServiceInvokerForNL.WMSExceptionFromWCS.wrapped
           
 

Methods in org.deegree.ogcwebservices.wms with parameters of type OGCWebServiceException
 GetMapResult DefaultGetMapHandler.render(Theme[] themes, OGCWebServiceException exce)
           
 

Methods in org.deegree.ogcwebservices.wms that throw OGCWebServiceException
 Object GetMapServiceInvokerForNL.call()
           
 List<Callable<Object>> DefaultGetMapHandler.constructThemes()
           
 Object WMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
 Object RemoteWMService.doService(OGCWebServiceRequest request)
          the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
protected  List<PropertyPath> GetMapServiceInvoker.findGeoProperties(AbstractLayer layer, FeatureTypeConstraint[] ftc, List<PropertyPath> pp)
          the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition.
protected  OGCWebService GetMapServiceInvoker.getResponsibleService(AbstractLayer layer)
           
protected  Object RemoteWMService.handleDescribeLayer(DescribeLayer request)
           
protected  Object RemoteWMService.handleFeatureInfo(GetFeatureInfo request)
          reads feature infos from the remote WMS by performing a FeatureInfo request against it.
protected  WMSCapabilities RemoteWMService.handleGetCapabilities(WMSGetCapabilities request)
          reads the capabilities from the remote WMS by performing a GetCapabilities request against it.
protected  Object RemoteWMService.handleGetLegendGraphic(GetLegendGraphic request)
           
protected  Object RemoteWMService.handleGetMap(GetMap request)
          performs a GetMap request against the remote service.
protected  Object RemoteWMService.handleGetStyles(GetStyles request)
           
protected  Object RemoteWMService.handlePutStyles(PutStyles request)
           
 DescribeLayerResult DescribeLayerHandler.perform(DescribeLayer request, WMSConfigurationType configuration)
           
 GetFeatureInfoResult DefaultGetFeatureInfoHandler.performGetFeatureInfo()
          performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object.
 GetFeatureInfoResult GetFeatureInfoHandler.performGetFeatureInfo()
          performs a GetFeatureInfo request and retruns the result encapsulated within a WMSFeatureInfoResponse object.
 GetLegendGraphicResult GetLegendGraphicHandler.performGetLegendGraphic()
          performs the request and returns the result of it.
 OGCWebServiceResponse DefaultGetMapHandler.performGetMap()
          performs a GetMap request and returns the result encapsulated within a GetMapResult object.
 OGCWebServiceResponse GetMapHandler.performGetMap()
          Performs a GetMap operation.
 GetMapResult DefaultGetMapHandler.renderMap(List<ExecutionFinishedEvent<Object>> results)
          renders the map from the DisplayElements
 

Constructors in org.deegree.ogcwebservices.wms with parameters of type OGCWebServiceException
GetMapServiceInvokerForNL.WMSExceptionFromWCS(OGCWebServiceException towrap)
           
 

Constructors in org.deegree.ogcwebservices.wms that throw OGCWebServiceException
DefaultGetFeatureInfoHandler(WMSConfigurationType capabilities, GetFeatureInfo request)
          Creates a new GetMapHandler object.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wms.configuration
 

Methods in org.deegree.ogcwebservices.wms.configuration that throw OGCWebServiceException
 OGCWebService LocalWFSDataSource.getOGCWebService()
          Returns an instance of the OGCWebService that represents the datasource.
 OGCWebService ExternalDataAccessDataSource.getOGCWebService()
           
 OGCWebService DatabaseDataSource.getOGCWebService()
           
 OGCWebService RemoteWFSDataSource.getOGCWebService()
          returns an instance of the OGCWebService that represents the datasource.
abstract  OGCWebService AbstractDataSource.getOGCWebService()
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type OGCWebServiceException
static WMSGetCapabilitiesResult WMSProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, WMSConfigurationType capabilities)
          creates an instance of a WMSGetCapabilitiesResult object
static GetFeatureInfoResult WMSProtocolFactory.createGetFeatureInfoResponse(OGCWebServiceRequest request, OGCWebServiceException exception, String featureInfo)
          creates a WFSGetFeatureInfoResponse object
static GetMapResult WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request, OGCWebServiceException exception, Object response)
          creates a WFSGetMapResponse object
 

Methods in org.deegree.ogcwebservices.wms.operation that throw OGCWebServiceException
static GetFeatureInfo GetFeatureInfo.create(Map<String,String> model)
          creates a WMSFeatureInfoRequest from a HashMap that contains the request parameters as key-value-pairs.
 String GetFeatureInfo.getRequestParameter()
          returns the parameter of a HTTP GET request.
 String GetLegendGraphic.getRequestParameter()
          method for creating a OGC WMS 1.1.1 conform legend graphic request
 String WMSGetCapabilities.getRequestParameter()
          returns the URI of a HTTP GET request.
 String GetMap.getRequestParameter()
           
 

Constructors in org.deegree.ogcwebservices.wms.operation with parameters of type OGCWebServiceException
GetFeatureInfoResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the <WMSFeatureInfoResponse>
GetLegendGraphicResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class
GetMapResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
WMSGetCapabilitiesResult(OGCWebServiceRequest request, OGCWebServiceException exception)
          constructor initializing the class with the
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wps
 

Subclasses of OGCWebServiceException in org.deegree.ogcwebservices.wps
 class ServerBusyException
          ServerBusyException.java Created on 29.03.2006. 09:57:59h The server is too busy to accept and queue the request at this time.
 

Methods in org.deegree.ogcwebservices.wps with parameters of type OGCWebServiceException
protected static void XMLFactory.appendException(Element node, OGCWebServiceException ex)
          appends a xml representation of an OGCWebServiceException to the passed Element Overriding method of superclass because the nodes appended from that method do not conform with current ows specification
 

Methods in org.deegree.ogcwebservices.wps that throw OGCWebServiceException
 Object WPService.doService(OGCWebServiceRequest request)
           
static WPService WPServiceFactory.getInstance()
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wps.capabilities
 

Methods in org.deegree.ogcwebservices.wps.capabilities that throw OGCWebServiceException
static WPSGetCapabilities WPSGetCapabilities.create(String id, Element element)
          XML-coded get capabilities request not supported.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wps.describeprocess
 

Methods in org.deegree.ogcwebservices.wps.describeprocess that throw OGCWebServiceException
static DescribeProcessRequest DescribeProcessRequest.create(String id, Element element)
          XML-coded decribe process request currently not supported.
 ProcessDescriptions DescribeProcessRequestHandler.handleRequest(DescribeProcessRequest describeProcessRequest)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wps.execute
 

Methods in org.deegree.ogcwebservices.wps.execute that throw OGCWebServiceException
 boolean DefaultRequestQueueManager.addRequestToQueue(ExecuteRequest executeRequest)
           
 boolean RequestQueueManager.addRequestToQueue(ExecuteRequest executeRequest)
           
static ExecuteRequest ExecuteRequest.create(Map<String,String> map)
          KVP-encoded transfer of the execute operation request is not supported.
static ExecuteRequest ExecuteRequest.create(String id, Element executeNode)
           
abstract  ExecuteResponse.ProcessOutputs Process.execute(Map<String,IOValue> inputs, OutputDefinitions outputDefinitions)
           
 int DefaultRequestQueueManager.getLengthOfQueue()
           
 int RequestQueueManager.getLengthOfQueue()
           
 ExecuteRequest DefaultRequestQueueManager.getRequestFromQueue()
           
 ExecuteRequest RequestQueueManager.getRequestFromQueue()
           
 ExecuteResponse ExecuteRequestHandler.handleRequest(ExecuteRequest executeRequest)
           
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wps.execute.processes
 

Methods in org.deegree.ogcwebservices.wps.execute.processes that throw OGCWebServiceException
 ExecuteResponse.ProcessOutputs Buffer.execute(Map<String,IOValue> inputs, OutputDefinitions outputDefinitions)
          (non-Javadoc)
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs
 

Methods in org.deegree.ogcwebservices.wpvs that throw OGCWebServiceException
 Object WPVService.doService(OGCWebServiceRequest request)
          Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method.
 Get3DFeatureInfoResponse DefaultGet3DFeatureInfoHandler.handleRequest(Get3DFeatureInfo request)
           
abstract  Get3DFeatureInfoResponse Get3DFeatureInfoHandler.handleRequest(Get3DFeatureInfo request)
          Handle the Get3DfeatureInfo request given by Get3DFeatureInfoRequest
 GetViewResponse DefaultGetViewHandler.handleRequest(GetView request)
          This Method handles a clients GetView request by creating the appropriate (configured) Datasources, the ResolutionStripes, the requeststripes (which are actually axisalligned Resolutionsripes) and finally putting them all together in a java3d scene.
abstract  GetViewResponse GetViewHandler.handleRequest(GetView getViewRequest)
          Handle the GetView request given by getViewRequest
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs.configuration
 

Methods in org.deegree.ogcwebservices.wpvs.configuration that throw OGCWebServiceException
 OGCWebService LocalWFSDataSource.getOGCWebService()
           
 OGCWebService LocalWCSDataSource.getOGCWebService()
           
 OGCWebService LocalWMSDataSource.getOGCWebService()
           
 OGCWebService RemoteWFSDataSource.getOGCWebService()
           
 OGCWebService RemoteWMSDataSource.getOGCWebService()
           
abstract  OGCWebService AbstractDataSource.getOGCWebService()
          Returns an instance of the OGCWebService that represents the datasource.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs.operation
 

Methods in org.deegree.ogcwebservices.wpvs.operation that throw OGCWebServiceException
static Get3DFeatureInfo Get3DFeatureInfo.create(Map<String,String> param)
          creates a WPVSFeatureInfoRequest from a HashMap that contains the request parameters as key-value-pairs.
 

Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs.utils
 

Methods in org.deegree.ogcwebservices.wpvs.utils with parameters of type OGCWebServiceException
 void ResolutionStripe.setTextureRetrievalException(String datasourceID, OGCWebServiceException exception)
           
 

Methods in org.deegree.ogcwebservices.wpvs.utils that throw OGCWebServiceException
 ResolutionStripe ResolutionStripe.call()
          This call method is part of the Deegree Concurrent framework (Executor) .
 

Uses of OGCWebServiceException in org.deegree.owscommon
 

Methods in org.deegree.owscommon with parameters of type OGCWebServiceException
protected static void XMLFactory.appendException(Element node, OGCWebServiceException ex, boolean namespace)
          appends a xml representation of an OGCWebServiceException to the passed Element
static XMLFragment XMLFactory.exportExceptionReportWFS(OGCWebServiceException exc)
           
static XMLFragment XMLFactory.exportExceptionReportWFS100(OGCWebServiceException exc)
           
 

Uses of OGCWebServiceException in org.deegree.owscommon_1_1_0
 

Methods in org.deegree.owscommon_1_1_0 with parameters of type OGCWebServiceException
protected static void XMLFactory.appendException(Element root, OGCWebServiceException exception)
          Appends an xml representation of an OGCWebServiceException to the given Element.
static XMLFragment XMLFactory.exportException(OGCWebServiceException exception)
          Creates an ows 1.1.0 xml-Representation of the given ExceptionReport.
 

Uses of OGCWebServiceException in org.deegree.portal.owswatch
 

Methods in org.deegree.portal.owswatch that throw OGCWebServiceException
protected  ValidatorResponse ServiceInvoker.executeHttpMethod(org.apache.commons.httpclient.HttpMethodBase method)
           
 org.apache.commons.httpclient.HttpMethodBase ServiceConfiguration.getHttpMethodBase()
          Creates an HttpMethodBase on the first call and keeps returning it back
 

Uses of OGCWebServiceException in org.deegree.portal.portlet.modules.map.actions.portlets
 

Methods in org.deegree.portal.portlet.modules.map.actions.portlets that throw OGCWebServiceException
protected  void FeatureInfoPortletPerform.doGetFeatureInfo()
          performs a GetFeatureInfo/GetFeature/DescribeCoverage request depending on the layer typs the request targets.
protected  void FeatureInfoForwardPortletPerform.doGetFeatureInfo()
           
protected  String FeatureInfoPortletPerform.perform(List<Layer> layerList, ViewContext vc)
          distributes the performance of the feature info requests depending on the requested service to a specialized method
 

Uses of OGCWebServiceException in org.deegree.portal.portlet.modules.wfs.actions.portlets
 

Methods in org.deegree.portal.portlet.modules.wfs.actions.portlets that throw OGCWebServiceException
protected  void WFSClientPortletPerform.doGetfeature()
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org