|
deegree 2.5 (2011/06/29 09:44 build-8-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(javax.servlet.http.HttpServletResponse httpResponse,
OGCWebServiceException serviceException)
Sends an exception report to the client. |
void |
WFSHandler.sendException(javax.servlet.http.HttpServletResponse httpResponse,
OGCWebServiceException serviceException)
|
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(org.w3c.dom.Element headerElement)
Check all direct children of the given headerElement for the mustUndertand attribute. |
java.lang.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 |
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 |
WASSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WCSHandler.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 |
CSWHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
|
void |
WCTSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
SOSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WPSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
void |
ServiceDispatcher.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(org.w3c.dom.Element element)
creates a LonLatEnvelope object from the passed element |
protected TimePeriod |
OGCDocument.parseTimePeriod(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates a TimePeriod from the passed element |
protected TimePeriod[] |
OGCDocument.parseTimePeriods(ElementList el,
java.net.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(org.w3c.dom.Element element,
java.net.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(org.w3c.dom.Document doc)
creates an OGCWebServiceException from a DOM object as defined in the OGC common implementation specification |
static OGCWebServiceException |
OGCWebServiceException.create(org.w3c.dom.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(java.util.Map<java.lang.String,java.lang.String> map)
Creates an instance of an AbstractOGCWebServiceRequest from the passed KVP encoded request. |
static OGCWebServiceRequest |
OGCRequestFactory.createFromXML(org.w3c.dom.Document doc)
Creates an instance of an AbstractOGCWebServiceRequest from the passed DOM object. |
java.lang.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 |
java.lang.String |
OGCWebServiceRequest.getRequestParameter()
Deprecated. should be replaced by a factory class TODO |
java.lang.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,
java.lang.String version)
|
|
ExceptionReport(OGCWebServiceException[] exceptions,
java.lang.String version,
java.lang.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. |
java.lang.Object |
CatalogueService.doService(OGCWebServiceRequest request)
Method for event based request processing. |
Discovery |
CatalogueService.getDiscovery(java.lang.String version)
|
Manager |
CatalogueService.getManager(java.lang.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(java.lang.String id,
org.w3c.dom.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,
java.util.Map<java.lang.String,QualifiedName> variables)
Iterates over the Operations of a complexfilter to find if non declared variables are used. |
static GetRepositoryItem |
GetRepositoryItem.create(java.util.Map<java.lang.String,java.lang.String> kvp)
Creates a new GetRepositoryItem instance from the values stored in the
submitted Map. |
static DescribeRecord |
DescribeRecord.create(java.lang.String id,
org.w3c.dom.Element root)
creates a GetRecords request from the XML fragment passed. |
static GetRecords |
GetRecords.create(java.lang.String id,
org.w3c.dom.Element root)
creates a GetRecords request from the XML fragment passed. |
static GetRecordById |
GetRecordById.create(java.lang.String id,
org.w3c.dom.Element root)
creates a GetRecordById request from the XML fragment passed. |
DescribeRecordResult |
Discovery.describeRecordType(DescribeRecord request)
Performs the submitted DescribeRecord -request. |
protected int |
Discovery.determineRecordsMatched(GetRecords getRecords)
Returns the number of records matching a GetRecords request. |
static GetRecordsDocument |
XMLFactory.export(GetRecords request)
Exports a GetRecords instance to a GetRecordsDocument . |
static GetRecordsDocument |
XMLFactory.exportWithVersion(GetRecords request)
Exports a GetRecords instance to a GetRecordsDocument . |
protected void |
GetRecordsDocument.findNonDeclaredVariables(AbstractOperation operation,
java.util.Map<java.lang.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,
java.util.Map<java.lang.String,QualifiedName> variables)
Parse the string representation of the the propertyname to find a variable reference to a non declared Variable. |
void |
GetRecordsDocument.findVariablesInTypeName(java.lang.String typeName,
org.w3c.dom.Node queryNode,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.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. |
GetRepositoryItemResponse |
Discovery_2_0_2_blob.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(java.lang.String id)
|
GetRecords |
GetRecordsDocument_2_0_2.parse(java.lang.String id)
Extracts a GetRecords representation of this object. |
GetRecords |
GetRecordsDocument.parse(java.lang.String id)
Extracts a GetRecords representation of this object. |
DescribeRecord |
DescribeRecordDocument_2_0_2.parse(java.lang.String id)
|
(package private) GetRecordById |
GetRecordByIdDocument_2_0_2.parse(java.lang.String id)
|
DescribeRecord |
DescribeRecordDocument.parse(java.lang.String id)
Extracts a DescribeRecord 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. |
GetRecordByIdResult |
Discovery_2_0_2_blob.query(GetRecordById getRecordById)
Performs a GetRecordById request. |
GetRecordsResult |
Discovery.query(GetRecords getRecords)
Performs a GetRecords request. |
GetRecordsResult |
Discovery_2_0_2_blob.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)
|
java.util.List<org.w3c.dom.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(org.w3c.dom.Element root,
Operation operation)
|
static Transaction |
Transaction.create(java.lang.String id,
org.w3c.dom.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(java.lang.String id)
parses a CS-W 2.0 transaction request |
Transaction |
TransactionDocument_2_0_2.parse(java.lang.String id)
parses a CS-W 2.0 transaction request |
protected void |
AbstractHarvester.AbstractHarvestProcessor.performTransaction(java.lang.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(java.lang.String name,
java.lang.String label,
CodeList fees,
CodeList[] accessConstraints)
|
|
Service(java.lang.String description,
java.lang.String name,
MetadataLink metadataLink,
java.lang.String label,
Keywords[] keywords,
CitedResponsibleParty citedResponsibleParty,
CodeList fees,
CodeList[] accessConstraints,
java.lang.String version,
java.lang.String updateSequence)
|
|
Service(java.lang.String name,
java.lang.String label,
java.lang.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 | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.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(java.util.Map<java.lang.String,java.lang.String> map)
creates a DescribePlatform Request from a KVP Map |
static DescribePlatformRequest |
DescribePlatformRequest.create(java.lang.String id,
org.w3c.dom.Document doc)
creates a DescribePlatform Request from a XML Document |
PlatformMetadata[] |
PlatformDescriptionDocument.getPlatform(SOSDeegreeParams deegreeParams,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> map)
creates the Request by using a KVP Map |
static DescribeSensorRequest |
DescribeSensorRequest.create(java.lang.String id,
org.w3c.dom.Document doc)
creates the Request by using a XML Document |
SensorMetadata[] |
SensorDescriptionDocument.getSensor(SOSDeegreeParams deegreeParams,
java.lang.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(java.lang.String id,
org.w3c.dom.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(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
CloseSession.create(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
GetSession.create(java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> kvp)
|
static WAService |
WASServiceFactory.getUncachedWAService()
|
static WSService |
WASServiceFactory.getUncachedWSService()
|
static void |
WASServiceFactory.setConfiguration(java.net.URL url)
Dispatches the configuration url to the appropriate methods. |
Constructors in org.deegree.ogcwebservices.wass.common that throw OGCWebServiceException | |
---|---|
GetSession(java.lang.String id,
java.util.Map<java.lang.String,java.lang.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 | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.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 | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.Element documentElement)
|
static OGCWebServiceRequest |
WSSGetCapabilities.create(java.lang.String id,
org.w3c.dom.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 | |
---|---|
java.lang.Object |
RemoteWCService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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 java.lang.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(org.w3c.dom.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(java.util.Map map)
creates a DescribeCoverage request from its KVP representation |
static DescribeCoverage |
DescribeCoverage.create(java.lang.String id,
org.w3c.dom.Document doc)
creates a DescribeCoverage request from its XML representation |
static DescribeCoverage |
DescribeCoverage.createDescribeCoverage(java.lang.String id,
java.lang.String kvp)
creates a DescribeCoverage request from its KVP representation |
java.lang.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(java.util.Map<java.lang.String,java.lang.String> map)
creates a GetCapabilities request from its KVP representation |
static GetCapabilities |
WCSGetCapabilities.create(java.lang.String id,
org.w3c.dom.Document doc)
creates a GetCapabilities request from its XML representation |
static GetCapabilities |
WCSGetCapabilities.create(java.lang.String id,
java.lang.String kvp)
creates a GetCapabilities request from its KVP representation |
protected CoverageOfferingBrief |
WCSCapabilitiesDocument.parseCoverageOfferingBrief(org.w3c.dom.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(java.util.Map<java.lang.String,java.lang.String> map)
creates a GetCoverage request from its KVP representation |
static GetCoverage |
GetCoverage.create(java.lang.String id,
org.w3c.dom.Document doc)
creates a GetCoverage request from its XML representation |
static GetCoverage |
GetCoverage.create(java.lang.String id,
java.lang.String kvp)
creates a GetCoverage request from its KVP representation |
java.lang.String |
GetCoverage.getRequestParameter()
|
Constructors in org.deegree.ogcwebservices.wcs.getcoverage that throw OGCWebServiceException | |
---|---|
GetCoverage(java.lang.String id,
java.lang.String version,
java.lang.String sourceCoverage,
DomainSubset domainSubset,
InterpolationMethod interpolationMethod,
Output output)
|
|
GetCoverage(java.lang.String id,
java.lang.String version,
java.lang.String sourceCoverage,
DomainSubset domainSubset,
Output output)
|
|
GetCoverage(java.lang.String id,
java.lang.String version,
java.lang.String sourceCoverage,
DomainSubset domainSubset,
RangeSubset rangeSubset,
InterpolationMethod interpolationMethod,
Output output)
|
|
GetCoverage(java.lang.String id,
java.lang.String version,
java.lang.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()
|
java.lang.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)
|
void |
SimpleData.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)
|
static GeometryData |
GeometryData.parseGeometryData(CoordinateSystem sourceCRS,
java.lang.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 Transform |
Transform.create(java.lang.String requestID,
java.util.Map<java.lang.String,java.lang.String> map)
Create a Transform -request by extracting the values from the map, and calling the constructor with these
values. |
static IsTransformable |
IsTransformable.create(java.lang.String requestID,
java.util.Map<java.lang.String,java.lang.String> map)
Create a IsTransformable -request by extracting the values from the map, and calling the constructor with
these values. |
static WCTSGetCapabilities |
WCTSGetCapabilities.create(java.lang.String requestID,
java.util.Map<java.lang.String,java.lang.String> map)
Create a WCTSGetCapabilities -request by extracting the values from the map, and calling the constructor
with these values. |
static GetResourceByID |
GetResourceByID.create(java.lang.String requestID,
java.util.Map<java.lang.String,java.lang.String> map)
Create a GetResourceByID -request by extracting the values from the map, and calling the constructor with
these values. |
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
IsTransformableDocument.parseCoverageTypes()
|
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
IsTransformableDocument.parseInterpolationTypes()
|
java.lang.String |
WCTSRequestBaseDocument.parseService()
|
java.lang.String |
WCTSRequestBaseDocument.parseVersion()
|
Constructors in org.deegree.ogcwebservices.wcts.operation that throw OGCWebServiceException | |
---|---|
GetResourceByIDDocument(java.lang.String id,
org.w3c.dom.Element rootElement)
|
|
IsTransformableDocument(java.lang.String id,
org.w3c.dom.Element rootElement)
|
|
TransformDocument(java.lang.String requestId,
org.w3c.dom.Element rootElement)
|
|
WCTSGetCapabilitiesDocument(java.lang.String id,
org.w3c.dom.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)
|
java.lang.Object |
WFService.doService(OGCWebServiceRequest request)
Performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method. |
java.lang.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 WFSGetCapabilities |
WFSGetCapabilities.create(java.lang.String id,
org.w3c.dom.Element root)
Creates a WFSGetCapabilities instance from a document that contains the DOM representation of the
request. |
static OGCWebServiceRequest |
GetGmlObject.create(java.lang.String id,
org.w3c.dom.Element root)
Output format parameter is ignored by this method (it will always be GML3 anyway). |
static GetFeatureWithLock |
GetFeatureWithLock.create(java.lang.String id,
org.w3c.dom.Element root)
Creates a new GetFeatureWithLock instance from a document that contains the DOM representation of
the request. |
static GetFeature |
GetFeature.create(java.lang.String id,
org.w3c.dom.Element root)
Creates a new GetFeature instance from a document that contains the DOM representation of the
request. |
static LockFeature |
LockFeature.create(java.lang.String id,
org.w3c.dom.Element root)
Creates a new LockFeature instance from a document that contains the DOM representation of the
request. |
static DescribeFeatureType |
DescribeFeatureType.create(java.lang.String id,
org.w3c.dom.Element root)
Creates a DescribeFeatureType instance from a document that contains the DOM
representation of the request. |
java.lang.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(java.lang.String id,
org.w3c.dom.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(java.lang.String message,
java.lang.String exception)
Export the PrintMap service final response to a PrintMapResponseDocument. |
PrintMapResponseDocument |
RequestManager.createFinalResponse(java.lang.String message,
java.lang.String exception)
|
PrintMapResponseDocument |
DefaultRequestManager.createInitialResponse(java.lang.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(java.lang.String message)
|
java.lang.Object |
WMPService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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 java.lang.Object |
RemoteWMService.handleGetMap(GetMap request)
performs a GetMap request against the remote service. |
void |
GetMapHandler.performGetMap(PrintMap printMap,
java.awt.Graphics g)
|
void |
DefaultGetMapHandler.performGetMap(PrintMap printMap,
java.awt.Graphics g)
performs a GetMap request and returns the result encapsulated within a GetMapResult object. |
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
|
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 | |
---|---|
java.lang.Object |
GetMapServiceInvokerForNL.call()
|
java.util.List<java.util.concurrent.Callable<java.lang.Object>> |
DefaultGetMapHandler.constructThemes()
|
java.lang.Object |
WMService.doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
java.lang.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 java.util.List<PropertyPath> |
GetMapServiceInvoker.findGeoProperties(AbstractLayer layer,
FeatureTypeConstraint[] ftc,
java.util.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 java.lang.Object |
RemoteWMService.handleDescribeLayer(DescribeLayer request)
|
protected java.lang.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 java.lang.Object |
RemoteWMService.handleGetLegendGraphic(GetLegendGraphic request)
|
protected java.lang.Object |
RemoteWMService.handleGetMap(GetMap request)
performs a GetMap request against the remote service. |
protected java.lang.Object |
RemoteWMService.handleGetStyles(GetStyles request)
|
protected java.lang.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 |
GetMapHandler.performGetMap()
Performs a GetMap operation. |
OGCWebServiceResponse |
DefaultGetMapHandler.performGetMap()
performs a GetMap request and returns the result encapsulated within a GetMapResult object. |
GetMapResult |
DefaultGetMapHandler.renderMap(java.util.List<ExecutionFinishedEvent<java.lang.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 |
RemoteWFSDataSource.getOGCWebService()
returns an instance of the OGCWebService that represents the datasource. |
abstract OGCWebService |
AbstractDataSource.getOGCWebService()
|
OGCWebService |
ExternalDataAccessDataSource.getOGCWebService()
|
OGCWebService |
DatabaseDataSource.getOGCWebService()
|
OGCWebService |
LocalWFSDataSource.getOGCWebService()
Returns an instance of the OGCWebService that represents the datasource. |
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,
java.lang.String featureInfo)
creates a WFSGetFeatureInfoResponse object |
static GetMapResult |
WMSProtocolFactory.createGetMapResponse(OGCWebServiceRequest request,
OGCWebServiceException exception,
java.lang.Object response)
creates a WFSGetMapResponse object |
Methods in org.deegree.ogcwebservices.wms.operation that throw OGCWebServiceException | |
---|---|
static GetFeatureInfo |
GetFeatureInfo.create(java.util.Map<java.lang.String,java.lang.String> model)
creates a WMSFeatureInfoRequest from a HashMap that contains the request parameters as key-value-pairs. |
java.lang.String |
GetMap.getRequestParameter()
|
java.lang.String |
GetLegendGraphic.getRequestParameter()
method for creating a OGC WMS 1.1.1 conform legend graphic request |
java.lang.String |
WMSGetCapabilities.getRequestParameter()
returns the URI of a HTTP GET request. |
java.lang.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(org.w3c.dom.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 | |
---|---|
java.lang.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(java.lang.String id,
org.w3c.dom.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(java.lang.String id,
org.w3c.dom.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 |
RequestQueueManager.addRequestToQueue(ExecuteRequest executeRequest)
|
boolean |
DefaultRequestQueueManager.addRequestToQueue(ExecuteRequest executeRequest)
|
static ExecuteRequest |
ExecuteRequest.create(java.util.Map<java.lang.String,java.lang.String> map)
KVP-encoded transfer of the execute operation request is not supported. |
static ExecuteRequest |
ExecuteRequest.create(java.lang.String id,
org.w3c.dom.Element executeNode)
|
abstract ExecuteResponse.ProcessOutputs |
Process.execute(java.util.Map<java.lang.String,IOValue> inputs,
OutputDefinitions outputDefinitions)
|
int |
RequestQueueManager.getLengthOfQueue()
|
int |
DefaultRequestQueueManager.getLengthOfQueue()
|
ExecuteRequest |
RequestQueueManager.getRequestFromQueue()
|
ExecuteRequest |
DefaultRequestQueueManager.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(java.util.Map<java.lang.String,IOValue> inputs,
OutputDefinitions outputDefinitions)
(non-Javadoc) |
Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs |
---|
Methods in org.deegree.ogcwebservices.wpvs that throw OGCWebServiceException | |
---|---|
java.lang.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)
|
abstract GetViewResponse |
GetViewHandler.handleRequest(GetView getViewRequest)
Handle the GetView request given by getViewRequest |
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. |
Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs.configuration |
---|
Methods in org.deegree.ogcwebservices.wpvs.configuration that throw OGCWebServiceException | |
---|---|
OGCWebService |
RemoteWFSDataSource.getOGCWebService()
|
OGCWebService |
LocalWMSDataSource.getOGCWebService()
|
abstract OGCWebService |
AbstractDataSource.getOGCWebService()
Returns an instance of the OGCWebService that represents the
datasource. |
OGCWebService |
LocalWCSDataSource.getOGCWebService()
|
OGCWebService |
RemoteWMSDataSource.getOGCWebService()
|
OGCWebService |
LocalWFSDataSource.getOGCWebService()
|
Uses of OGCWebServiceException in org.deegree.ogcwebservices.wpvs.operation |
---|
Methods in org.deegree.ogcwebservices.wpvs.operation that throw OGCWebServiceException | |
---|---|
static Get3DFeatureInfo |
Get3DFeatureInfo.create(java.util.Map<java.lang.String,java.lang.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(java.lang.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(org.w3c.dom.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(org.w3c.dom.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 java.lang.String |
FeatureInfoPortletPerform.perform(java.util.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org