|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OGCWebServiceException in org.deegree.enterprise.servlet |
---|
Methods in org.deegree.enterprise.servlet with parameters of type OGCWebServiceException | |
---|---|
void |
AbstractOWServiceHandler.sendException(HttpServletResponse httpResponse,
OGCWebServiceException serviceException)
Sends an exception report to the client. |
Methods in org.deegree.enterprise.servlet that throw OGCWebServiceException | |
---|---|
void |
WPVSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse httpResponse)
Performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
WCSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse response)
|
void |
CSWHandler.perform(OGCWebServiceRequest request,
HttpServletResponse httpResponse)
|
void |
WMPSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse response)
performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
WASSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse response)
|
void |
WPSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse httpServletResponse)
|
void |
ServiceDispatcher.perform(OGCWebServiceRequest request,
HttpServletResponse response)
|
void |
SOSHandler.perform(OGCWebServiceRequest request,
HttpServletResponse response)
|
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 |
DefaultOGCWebServiceResponse.getException()
returns an XML encoding of the exception that raised. |
OGCWebServiceException |
OGCWebServiceResponse.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(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 |
AbstractOGCWebServiceRequest.getRequestParameter()
returns the URI of a HTTP GET request. |
String |
OGCWebServiceRequest.getRequestParameter()
Deprecated. should be replaced by a factory class TODO |
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 GetRecords |
GetRecords.create(String id,
Element root)
creates a GetRecords request from the XML fragment passed. |
static DescribeRecord |
DescribeRecord.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 |
GetRecords |
GetRecordsDocument_2_0_2.parse(String id)
Extracts a GetRecords representation of this object. |
DescribeRecord |
DescribeRecordDocument.parse(String id)
Extracts a DescribeRecord representation of this object. |
DescribeRecord |
DescribeRecordDocument_2_0_2.parse(String id)
Extracts a DescribeRecord representation of this object. |
(package private) GetRecordById |
GetRecordByIdDocument.parse(String id)
|
(package private) GetRecordById |
GetRecordByIdDocument_2_0_2.parse(String id)
|
GetRecords |
GetRecordsDocument.parse(String id)
Extracts a GetRecords representation of this object. |
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.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_2_0_2.harvestRecords(Harvest request)
|
EchoRequest |
Manager_2_0_0.harvestRecords(Harvest request)
|
EchoRequest |
Manager.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_2_0_2.transaction(Transaction request)
|
TransactionResult |
Manager_2_0_0.transaction(Transaction request)
|
TransactionResult |
Manager.transaction(Transaction request)
performs a transaction request by transforming and forwarding it to the WFS used as backend |
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 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 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 |
WSSGetCapabilities.create(String id,
Element documentElement)
|
static OGCWebServiceRequest |
DoService.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 |
WCService.doService(OGCWebServiceRequest request)
method for event based request procrssing |
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 |
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 |
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()
|
Uses of OGCWebServiceException in org.deegree.ogcwebservices.wcts.operation |
---|
Constructors in org.deegree.ogcwebservices.wcts.operation that throw OGCWebServiceException | |
---|---|
GetResourceByIDDocument(String id,
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 |
WFService.doService(OGCWebServiceRequest request)
Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method. |
Object |
RemoteWFService.doService(OGCWebServiceRequest request)
|
(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 DescribeFeatureType |
DescribeFeatureType.create(String id,
Element root)
Creates a DescribeFeatureType 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 WFSGetCapabilities |
WFSGetCapabilities.create(String id,
Element root)
Creates a WFSGetCapabilities instance from a document that contains the DOM representation of the
request. |
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 GetFeatureWithLock |
GetFeatureWithLock.create(String id,
Element root)
Creates a new GetFeatureWithLock instance from a document that contains the
DOM representation of the request. |
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 |
DefaultRequestManager.createFinalResponse(String message,
String exception)
Export the PrintMap service final response to a PrintMapResponseDocument. |
PrintMapResponseDocument |
RequestManager.createFinalResponse(String message,
String exception)
|
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. |
PrintMapResponseDocument |
RequestManager.createInitialResponse(String message)
|
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 |
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.saveRequestToDB()
|
void |
DefaultRequestManager.sendEmail(PrintMapResponseDocument response)
Send an Email to the address provided in the PrintMap request. |
void |
RequestManager.sendEmail(PrintMapResponseDocument response)
|
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
|
Methods in org.deegree.ogcwebservices.wms that throw OGCWebServiceException | |
---|---|
Object |
RemoteWMService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
Object |
WMService.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 WFService |
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 retruns the result encapsulated within a GetMapResult object. |
OGCWebServiceResponse |
GetMapHandler.performGetMap()
Performs a GetMap operation. |
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 |
RemoteWFSDataSource.getOGCWebService()
returns an instance of the OGCWebService that represents the datasource. |
OGCWebService |
LocalWFSDataSource.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 |
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()
|
String |
GetFeatureInfo.getRequestParameter()
returns the parameter of a HTTP GET request. |
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 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. |
abstract Get3DFeatureInfoResponse |
Get3DFeatureInfoHandler.handleRequest(Get3DFeatureInfo request)
Handle the Get3DfeatureInfo request given by Get3DFeatureInfoRequest |
Get3DFeatureInfoResponse |
DefaultGet3DFeatureInfoHandler.handleRequest(Get3DFeatureInfo request)
|
GetViewResponse |
DefaultGetViewHandler.handleRequest(GetView request)
This Method handles a clients GetView request by creating the appropriate (configured) Datasources, the ResolutionStripe s, 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 | |
---|---|
abstract OGCWebService |
AbstractDataSource.getOGCWebService()
Returns an instance of the OGCWebService that represents the
datasource. |
OGCWebService |
RemoteWMSDataSource.getOGCWebService()
|
OGCWebService |
LocalWMSDataSource.getOGCWebService()
|
OGCWebService |
RemoteWFSDataSource.getOGCWebService()
|
OGCWebService |
LocalWFSDataSource.getOGCWebService()
|
OGCWebService |
LocalWCSDataSource.getOGCWebService()
|
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 |
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 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.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net