Skip navigation links
A B C D E F G H I L M N O P R S U V W X 

A

accumulateString(String[]) - Static method in class org.n52.wps.server.request.Request
Accumulates the Strings in an array, separated by ", " (without quotes).
addID(String) - Method in class org.n52.wps.server.ProcessIDRegistry
 
algorithmIdentifier - Variable in class org.n52.wps.server.request.InputHandler.Builder
 
algorithmIdentifier(String) - Method in class org.n52.wps.server.request.InputHandler.Builder
 
algorithmIdentifier - Variable in class org.n52.wps.server.response.ResponseData
 
applyInterception(InputType) - Method in interface org.n52.wps.server.handler.DataInputInterceptors.InterceptorInstance
applies the actual interception
available() - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 

B

BASE_DIR - Static variable in class org.n52.wps.server.WebProcessingService
 
build() - Method in class org.n52.wps.server.request.InputHandler.Builder
 
Builder(InputType[], String) - Constructor for class org.n52.wps.server.request.InputHandler.Builder
 

C

call() - Method in class org.n52.wps.server.request.CapabilitiesRequest
Actually serves the Request.
call() - Method in class org.n52.wps.server.request.DescribeProcessRequest
Actually serves the Request.
call() - Method in class org.n52.wps.server.request.ExecuteRequest
Actually serves the Request.
call() - Method in class org.n52.wps.server.request.Request
After creation a Request is handled.
call() - Method in class org.n52.wps.server.request.RetrieveResultRequest
Actually serves the Request.
CapabilitiesConfiguration - Class in org.n52.wps.server
Encapsulation of the WPS Capabilities document.
CapabilitiesRequest - Class in org.n52.wps.server.request
Handles a CapabilitesRequest
CapabilitiesRequest(CaseInsensitiveMap) - Constructor for class org.n52.wps.server.request.CapabilitiesRequest
Creates a CapabilitesRequest based on a Map (HTTP_GET)
CapabilitiesRequest(Document) - Constructor for class org.n52.wps.server.request.CapabilitiesRequest
 
CapabilitiesResponse - Class in org.n52.wps.server.response
A Response to the Request "GetCapabilities"
CapabilitiesResponse(CapabilitiesRequest) - Constructor for class org.n52.wps.server.response.CapabilitiesResponse
Serves the Request with a Response
checkLanguageSupported(String) - Static method in class org.n52.wps.server.request.Request
Checks, if the language is supported by the WPS.
clearRegistry() - Method in class org.n52.wps.server.ProcessIDRegistry
 
close() - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 
CommunicationSizeLogFilter - Class in org.n52.wps.server
This class measures the payload of the post data
CommunicationSizeLogFilter() - Constructor for class org.n52.wps.server.CommunicationSizeLogFilter
 
containsAlgorithm(String) - Method in class org.n52.wps.server.RepositoryManager
 
containsID(String) - Method in class org.n52.wps.server.ProcessIDRegistry
 
copyResponseAsXML(InputStream, OutputStream, boolean, String) - Method in class org.n52.wps.server.RetrieveResultServlet
 
copyResponseStream(InputStream, OutputStream, String, long) - Method in class org.n52.wps.server.RetrieveResultServlet
 

D

DataInputInterceptors - Interface in org.n52.wps.server.handler
For some algorithms it is needed to intercept the DataInputs before being processed.
DataInputInterceptors.DataInputInterceptorImplementations - Annotation Type in org.n52.wps.server.handler
Decorate your Algorithm implementation with this annotation.
DataInputInterceptors.InterceptorInstance - Interface in org.n52.wps.server.handler
 
DEFAULT_LANGUAGE - Static variable in class org.n52.wps.server.WebProcessingService
 
DefaultReferenceStrategy - Class in org.n52.wps.server.request.strategy
 
DefaultReferenceStrategy() - Constructor for class org.n52.wps.server.request.strategy.DefaultReferenceStrategy
 
DescribeProcessRequest - Class in org.n52.wps.server.request
Handles a DescribeProcessRequest
DescribeProcessRequest(CaseInsensitiveMap) - Constructor for class org.n52.wps.server.request.DescribeProcessRequest
Creates a DescribeProcessRequest based on a Map (HTTP_GET)
DescribeProcessRequest(Document) - Constructor for class org.n52.wps.server.request.DescribeProcessRequest
Creates a DescribeProcessRequest based on a Document (SOAP?)
DescribeProcessResponse - Class in org.n52.wps.server.response
 
DescribeProcessResponse(DescribeProcessRequest) - Constructor for class org.n52.wps.server.response.DescribeProcessResponse
 
description - Variable in class org.n52.wps.server.response.ResponseData
 
destroy() - Method in class org.n52.wps.server.CommunicationSizeLogFilter
 
destroy() - Method in class org.n52.wps.server.ResponseURLFilter
 
destroy() - Method in class org.n52.wps.server.WebProcessingService
 
doc - Variable in class org.n52.wps.server.request.Request
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.n52.wps.server.CommunicationSizeLogFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.n52.wps.server.ResponseURLFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.n52.wps.server.RetrieveResultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.n52.wps.server.WebProcessingService
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.n52.wps.server.WebProcessingService
 

E

encoding - Variable in class org.n52.wps.server.response.ResponseData
 
ENDPOINT_URL - Static variable in class org.n52.wps.server.CapabilitiesConfiguration
 
errorResponse(String, HttpServletResponse) - Method in class org.n52.wps.server.RetrieveResultServlet
 
ExecuteRequest - Class in org.n52.wps.server.request
Handles an ExecuteRequest
ExecuteRequest(Document) - Constructor for class org.n52.wps.server.request.ExecuteRequest
Creates an ExecuteRequest based on a Document (HTTP_POST)
ExecuteRequest(CaseInsensitiveMap) - Constructor for class org.n52.wps.server.request.ExecuteRequest
 
ExecuteResponse - Class in org.n52.wps.server.response
 
ExecuteResponse(ExecuteRequest) - Constructor for class org.n52.wps.server.response.ExecuteResponse
 
ExecuteResponseBuilder - Class in org.n52.wps.server.response
WPS Execute operation response.
ExecuteResponseBuilder(ExecuteRequest) - Constructor for class org.n52.wps.server.response.ExecuteResponseBuilder
 
extractRequestURLString(HttpServletRequest) - Static method in class org.n52.wps.server.ResponseURLFilter
 

F

fetchData(InputType) - Method in class org.n52.wps.server.request.strategy.DefaultReferenceStrategy
 
fetchData(InputType) - Method in interface org.n52.wps.server.request.strategy.IReferenceStrategy
 
fetchData(InputType) - Method in class org.n52.wps.server.request.strategy.WCS111XMLEmbeddedBase64OutputReferenceStrategy
 
finalize() - Method in class org.n52.wps.server.RepositoryManager
 
findComplexDataDescriptionType(InputDescriptionType, String, String, String, String, String) - Method in class org.n52.wps.server.request.InputHandler
 
findInputByID(String, ProcessDescriptionType.DataInputs) - Static method in class org.n52.wps.util.XMLBeansHelper
 
findOutputByID(String, OutputDescriptionType[]) - Static method in class org.n52.wps.util.XMLBeansHelper
 

G

generator - Variable in class org.n52.wps.server.response.ResponseData
 
getAlgorithm(String) - Method in class org.n52.wps.server.RepositoryManager
Methods looks for Algorithm in all Repositories.
getAlgorithmIdentifier() - Method in class org.n52.wps.server.request.ExecuteRequest
Gets the identifier of the algorithm the client requested
getAlgorithmRepository(String) - Method in class org.n52.wps.server.RepositoryManager
 
getAlgorithms() - Method in class org.n52.wps.server.RepositoryManager
 
getAsStream() - Method in class org.n52.wps.server.response.CapabilitiesResponse
Save this Response to an OutputStream
getAsStream() - Method in class org.n52.wps.server.response.DescribeProcessResponse
 
getAsStream() - Method in class org.n52.wps.server.response.ExecuteResponse
 
getAsStream() - Method in class org.n52.wps.server.response.ExecuteResponseBuilder
 
getAsStream() - Method in class org.n52.wps.server.response.RawData
 
getAsStream() - Method in class org.n52.wps.server.response.Response
 
getAsStream() - Method in class org.n52.wps.server.response.RetrieveResultResponse
 
getAttachedResult() - Method in class org.n52.wps.server.request.CapabilitiesRequest
Not used in this class.
getAttachedResult() - Method in class org.n52.wps.server.request.DescribeProcessRequest
 
getAttachedResult() - Method in class org.n52.wps.server.request.ExecuteRequest
 
getAttachedResult() - Method in class org.n52.wps.server.request.Request
 
getAttachedResult() - Method in class org.n52.wps.server.request.RetrieveResultRequest
 
getBase64EncodedData(String, IParser, String, String) - Method in class org.n52.wps.server.request.InputHandler
 
getComplexValueNodeString(Node) - Method in class org.n52.wps.server.request.InputHandler
 
getDocument() - Method in class org.n52.wps.server.request.Request
Returns the user input in Document form
getEncoding() - Method in class org.n52.wps.server.request.strategy.ReferenceInputStream
 
getExecute() - Method in class org.n52.wps.server.request.ExecuteRequest
Gets the Execute that is associated with this Request
getExecuteResponseBuilder() - Method in class org.n52.wps.server.request.ExecuteRequest
 
getExecuteResponseBuilder() - Method in class org.n52.wps.server.response.ExecuteResponse
 
getIDs() - Method in class org.n52.wps.server.ProcessIDRegistry
 
getInputDataTypeForAlgorithm(String, String) - Method in class org.n52.wps.server.RepositoryManager
 
getInstance(String) - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Gets the WPS Capabilities using the specified file to obtain the skeleton.
getInstance(File) - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Gets the WPS Capabilities using the specified file to obtain the skeleton.
getInstance(URL) - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Gets the WPS Capabilities using the specified URL to obtain the skeleton.
getInstance(CapabilitiesDocument) - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Gets the WPS Capabilities using the specified skeleton.
getInstance() - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Get the WPS Capabilities for this service.
getInstance(boolean) - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Get the WPS Capabilities for this service and optionally force a reload.
getInstance() - Static method in class org.n52.wps.server.ProcessIDRegistry
 
getInstance() - Static method in class org.n52.wps.server.RepositoryManager
 
getInstance() - Static method in class org.n52.wps.server.request.strategy.ReferenceStrategyRegister
 
getInterceptors() - Method in interface org.n52.wps.server.handler.DataInputInterceptors
 
getKVPDataInputs() - Method in class org.n52.wps.server.request.ExecuteRequest
 
getMap() - Method in class org.n52.wps.server.request.Request
Returns the user input in Map form
getMapArray(String, CaseInsensitiveMap, boolean) - Static method in class org.n52.wps.server.request.Request
Retrieve an array of values from an input-map with a lookup-key
getMapArray(String, boolean) - Method in class org.n52.wps.server.request.Request
Retrieve an array of values from the client-input-map with a lookup-key
getMapValue(String, CaseInsensitiveMap, boolean) - Static method in class org.n52.wps.server.request.Request
Retrieve a value from an input-map with a lookup-key
getMapValue(String, CaseInsensitiveMap, boolean, String[]) - Static method in class org.n52.wps.server.request.Request
Retrieve a value from an input-map with a lookup-key
getMapValue(String, boolean) - Method in class org.n52.wps.server.request.Request
Retrieve a value from the client-input-map with a lookup-key
getMapValue(String, boolean, String[]) - Method in class org.n52.wps.server.request.Request
Retrieve a value from the client-input-map with a lookup-key
getMimeType() - Method in class org.n52.wps.server.request.strategy.ReferenceInputStream
 
getMimeType() - Method in class org.n52.wps.server.response.ExecuteResponse
 
getMimeType() - Method in class org.n52.wps.server.response.ExecuteResponseBuilder
 
getMimeType(OutputDefinitionType) - Method in class org.n52.wps.server.response.ExecuteResponseBuilder
 
getOutputDataTypeForAlgorithm(String, String) - Method in class org.n52.wps.server.RepositoryManager
 
getParsedInputData() - Method in class org.n52.wps.server.request.InputHandler
Gets the resulting InputLayers from the parser
getProcessDescription(String) - Method in class org.n52.wps.server.RepositoryManager
 
getRepositoryForAlgorithm(String) - Method in class org.n52.wps.server.RepositoryManager
 
getRepositoryForClassName(String) - Method in class org.n52.wps.server.RepositoryManager
 
getRequest() - Method in class org.n52.wps.server.response.Response
 
getRequestedVersions(boolean) - Method in class org.n52.wps.server.request.Request
Returns the version that the client requested.
getResponseMimeType() - Method in class org.n52.wps.server.handler.RequestHandler
 
getRootCause(Throwable) - Static method in class org.n52.wps.server.RetrieveResultServlet
 
getType() - Method in class org.n52.wps.server.response.Response
 
getUniqueId() - Method in class org.n52.wps.server.request.Request
 
getUniqueId() - Method in class org.n52.wps.server.response.Response
 
getXmlOptions() - Static method in class org.n52.wps.util.XMLBeansHelper
 

H

handle() - Method in class org.n52.wps.server.handler.RequestHandler
Handle a request after its type is determined.
handleComplexData(InputType, String) - Method in class org.n52.wps.server.request.InputHandler
Handles the complexValue, which in this case should always include XML which can be parsed into a FeatureCollection.

I

id - Variable in class org.n52.wps.server.request.Request
 
id - Variable in class org.n52.wps.server.response.ResponseData
 
init(FilterConfig) - Method in class org.n52.wps.server.CommunicationSizeLogFilter
 
init(FilterConfig) - Method in class org.n52.wps.server.ResponseURLFilter
 
init(ServletConfig) - Method in class org.n52.wps.server.RetrieveResultServlet
 
init(ServletConfig) - Method in class org.n52.wps.server.WebProcessingService
 
InputHandler - Class in org.n52.wps.server.request
Handles the input of the client and stores it into a Map.
InputHandler.Builder - Class in org.n52.wps.server.request
 
inputs - Variable in class org.n52.wps.server.request.InputHandler.Builder
 
inputs(InputType[]) - Method in class org.n52.wps.server.request.InputHandler.Builder
 
IReferenceStrategy - Interface in org.n52.wps.server.request.strategy
 
isApplicable(InputType) - Method in class org.n52.wps.server.request.strategy.DefaultReferenceStrategy
 
isApplicable(InputType) - Method in interface org.n52.wps.server.request.strategy.IReferenceStrategy
 
isApplicable(InputType) - Method in class org.n52.wps.server.request.strategy.WCS111XMLEmbeddedBase64OutputReferenceStrategy
 
isIDValid(String) - Method in class org.n52.wps.server.RetrieveResultServlet
 
isQuickStatus() - Method in class org.n52.wps.server.request.ExecuteRequest
 
isRawData() - Method in class org.n52.wps.server.request.ExecuteRequest
 
isStoreResponse() - Method in class org.n52.wps.server.request.ExecuteRequest
 
isUUIDValid(String) - Method in class org.n52.wps.server.RetrieveResultServlet
 

L

LazyHttpInputStream - Class in org.n52.wps.server.request.strategy
Deprecated.
alternative implementation now used, featuring ReferenceInputStream and corresponding adjustments in InputHandler
LazyHttpInputStream(String, String, String) - Constructor for class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
Constructor for HTTP/POST
LazyHttpInputStream(String, String) - Constructor for class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
Constructor for HTTP/GET
LOGGER - Static variable in class org.n52.wps.server.request.Request
 
LOGGER - Static variable in class org.n52.wps.server.WebProcessingService
 

M

map - Variable in class org.n52.wps.server.request.Request
 
mark(int) - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 
markSupported() - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 
MAXIMUM_REQUEST_SIZE - Static variable in class org.n52.wps.server.WebProcessingService
 
mimeType - Variable in class org.n52.wps.server.response.ResponseData
 

N

NS_OWS_1_1 - Static variable in class org.n52.wps.util.XMLBeansHelper
The namespace for WPS 1.0.0: "http://www.opengis.net/ows/1.1".
NS_OWS_PREFIX - Static variable in class org.n52.wps.util.XMLBeansHelper
The prefix for WPS 1.0.0: "ows".
NS_WPS_1_0_0 - Static variable in class org.n52.wps.util.XMLBeansHelper
The namespace for WPS 1.0.0: "http://www.opengis.net/wps/1.0.0".
NS_WPS_PREFIX - Static variable in class org.n52.wps.util.XMLBeansHelper
The prefix for WPS 1.0.0: "wps".
NS_XSI - Static variable in class org.n52.wps.util.XMLBeansHelper
The namespace for XSI: "http://www.w3.org/2001/XMLSchema-instance".
NS_XSI_PREFIX - Static variable in class org.n52.wps.util.XMLBeansHelper
The prefix for XSI: "xsi".

O

obj - Variable in class org.n52.wps.server.response.ResponseData
 
org.n52.wps.server - package org.n52.wps.server
 
org.n52.wps.server.handler - package org.n52.wps.server.handler
 
org.n52.wps.server.request - package org.n52.wps.server.request
 
org.n52.wps.server.request.strategy - package org.n52.wps.server.request.strategy
 
org.n52.wps.server.response - package org.n52.wps.server.response
 
org.n52.wps.util - package org.n52.wps.util
 
os - Variable in class org.n52.wps.server.handler.RequestHandler
 
OutputDataItem - Class in org.n52.wps.server.response
 
OutputDataItem(IData, String, String, String, String, LanguageStringType, String, ProcessDescriptionType) - Constructor for class org.n52.wps.server.response.OutputDataItem
 

P

parseComplexValue(String, String, String, String, IParser) - Method in class org.n52.wps.server.request.InputHandler
 
pool - Static variable in class org.n52.wps.server.handler.RequestHandler
Computation timeout in seconds
prepareGenerator() - Method in class org.n52.wps.server.response.ResponseData
 
ProcessIDRegistry - Class in org.n52.wps.server
 
PROP_forceGeoToolsXYAxisOrder - Static variable in class org.n52.wps.server.WebProcessingService
 
PROP_responseURLFilterEnabled - Static variable in class org.n52.wps.server.ResponseURLFilter
 
PROPERTY_NAME_WEBAPP_PATH - Static variable in class org.n52.wps.server.WebProcessingService
 

R

RawData - Class in org.n52.wps.server.response
 
RawData(IData, String, String, String, String, String, ProcessDescriptionType) - Constructor for class org.n52.wps.server.response.RawData
 
read() - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 
ready() - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Checks if the capabilities document is loaded.
ReferenceInputStream - Class in org.n52.wps.server.request.strategy
 
ReferenceInputStream(InputStream, String, String) - Constructor for class org.n52.wps.server.request.strategy.ReferenceInputStream
 
ReferenceStrategyRegister - Class in org.n52.wps.server.request.strategy
 
registerAlgorithm(String, IAlgorithmRepository) - Method in class org.n52.wps.server.RepositoryManager
 
registeredStrategies - Variable in class org.n52.wps.server.request.strategy.ReferenceStrategyRegister
 
registerPrefix(String, String) - Static method in class org.n52.wps.util.XMLBeansHelper
Registers a prefix for a namespace to be used in responses.
registerStrategy(IReferenceStrategy) - Method in class org.n52.wps.server.request.strategy.ReferenceStrategyRegister
 
reInitialize() - Static method in class org.n52.wps.server.RepositoryManager
Allows to reInitialize the RepositoryManager...
reloadRepositories() - Method in class org.n52.wps.server.RepositoryManager
Allows to reInitialize the Repositories
reloadSkeleton() - Static method in class org.n52.wps.server.CapabilitiesConfiguration
Force a reload of the capabilities skeleton.
removeID(String) - Method in class org.n52.wps.server.ProcessIDRegistry
 
RepositoryManager - Class in org.n52.wps.server
 
req - Variable in class org.n52.wps.server.handler.RequestHandler
 
Request - Class in org.n52.wps.server.request
The client requests some operation from the server.
Request(CaseInsensitiveMap) - Constructor for class org.n52.wps.server.request.Request
Create a Request based on a CaseInsensitiveMap as input (HTTP GET)
Request(Document) - Constructor for class org.n52.wps.server.request.Request
Create a Request based on a Document as input (HTTP POST)
request - Variable in class org.n52.wps.server.response.Response
 
RequestExecutor - Class in org.n52.wps.server.handler
After the client Request is accepted, it should be executed.
RequestExecutor() - Constructor for class org.n52.wps.server.handler.RequestExecutor
Create a RequestExecutor.
RequestHandler - Class in org.n52.wps.server.handler
This class accepts client requests, determines its type and then schedules the ExecuteRequest's for execution.
RequestHandler() - Constructor for class org.n52.wps.server.handler.RequestHandler
 
RequestHandler(Map<String, String[]>, OutputStream) - Constructor for class org.n52.wps.server.handler.RequestHandler
Handles requests of type HTTP_GET (currently capabilities and describeProcess).
RequestHandler(InputStream, OutputStream) - Constructor for class org.n52.wps.server.handler.RequestHandler
Handles requests of type HTTP_POST (currently executeProcess).
requireVersion(String, boolean) - Method in class org.n52.wps.server.request.Request
The process (request) on the server could require a specific version on the client
reset() - Method in class org.n52.wps.server.request.strategy.LazyHttpInputStream
Deprecated.
 
resolveReference(InputType) - Method in class org.n52.wps.server.request.strategy.ReferenceStrategyRegister
 
Response - Class in org.n52.wps.server.response
 
Response(Request) - Constructor for class org.n52.wps.server.response.Response
 
ResponseData - Class in org.n52.wps.server.response
 
ResponseData(IData, String, String, String, String, String, ProcessDescriptionType) - Constructor for class org.n52.wps.server.response.ResponseData
 
responseMimeType - Variable in class org.n52.wps.server.handler.RequestHandler
 
ResponseURLFilter - Class in org.n52.wps.server
 
ResponseURLFilter() - Constructor for class org.n52.wps.server.ResponseURLFilter
 
RetrieveResultRequest - Class in org.n52.wps.server.request
If the server is too busy or the computation is too long, the client can retrieve the result at a later time.
RetrieveResultRequest(CaseInsensitiveMap) - Constructor for class org.n52.wps.server.request.RetrieveResultRequest
Create a Request based on a CaseInsensitiveMap as input (HTTP GET)
RetrieveResultResponse - Class in org.n52.wps.server.response
 
RetrieveResultResponse(RetrieveResultRequest) - Constructor for class org.n52.wps.server.response.RetrieveResultResponse
 
RetrieveResultServlet - Class in org.n52.wps.server
 
RetrieveResultServlet() - Constructor for class org.n52.wps.server.RetrieveResultServlet
 

S

schema - Variable in class org.n52.wps.server.response.ResponseData
 
serverConfig - Static variable in class org.n52.wps.server.handler.RequestExecutor
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.n52.wps.server.WebProcessingService
 
SERVLET_PATH - Static variable in class org.n52.wps.server.RetrieveResultServlet
 
SERVLET_PATH - Static variable in class org.n52.wps.server.WebProcessingService
 
setResponseMimeType(ExecuteRequest) - Method in class org.n52.wps.server.handler.RequestHandler
 
setStatus(StatusType) - Method in class org.n52.wps.server.response.ExecuteResponseBuilder
 
shutdown() - Method in class org.n52.wps.server.RepositoryManager
 
SPACE_JOINER - Static variable in class org.n52.wps.server.response.RawData
 
SPECIAL_XML_POST_VARIABLE - Static variable in class org.n52.wps.server.WebProcessingService
 
SUPPORTED_LANGUAGES - Static variable in class org.n52.wps.server.request.Request
 
SUPPORTED_VERSION - Static variable in class org.n52.wps.server.request.Request
 

U

unregisterAlgorithm(String) - Method in class org.n52.wps.server.RepositoryManager
 
update(ISubject) - Method in class org.n52.wps.server.request.ExecuteRequest
 
update() - Method in class org.n52.wps.server.response.ExecuteResponseBuilder
 
updateResponseAsReference(ExecuteResponseDocument, String, String) - Method in class org.n52.wps.server.response.OutputDataItem
 
updateResponseForBBOXData(ExecuteResponseDocument, IBBOXData) - Method in class org.n52.wps.server.response.OutputDataItem
 
updateResponseForInlineComplexData(ExecuteResponseDocument) - Method in class org.n52.wps.server.response.OutputDataItem
 
updateResponseForLiteralData(ExecuteResponseDocument, String) - Method in class org.n52.wps.server.response.OutputDataItem
 
updateStatusAccepted() - Method in class org.n52.wps.server.request.ExecuteRequest
 
updateStatusError(String) - Method in class org.n52.wps.server.request.ExecuteRequest
 
updateStatusStarted() - Method in class org.n52.wps.server.request.ExecuteRequest
 
updateStatusSuccess() - Method in class org.n52.wps.server.request.ExecuteRequest
 

V

validate() - Method in class org.n52.wps.server.request.CapabilitiesRequest
Validates the client input
validate() - Method in class org.n52.wps.server.request.DescribeProcessRequest
Validates the client input
validate() - Method in class org.n52.wps.server.request.ExecuteRequest
Validates the client request
validate() - Method in class org.n52.wps.server.request.Request
There should be some validation required on the (input of the) clients Request.
validate() - Method in class org.n52.wps.server.request.RetrieveResultRequest
Validates the client input
VERSION_ATTRIBUTE_NAME - Static variable in class org.n52.wps.server.handler.RequestHandler
 

W

WCS111XMLEmbeddedBase64OutputReferenceStrategy - Class in org.n52.wps.server.request.strategy
 
WCS111XMLEmbeddedBase64OutputReferenceStrategy() - Constructor for class org.n52.wps.server.request.strategy.WCS111XMLEmbeddedBase64OutputReferenceStrategy
 
WEBAPP_PATH - Static variable in class org.n52.wps.server.WebProcessingService
 
WebProcessingService - Class in org.n52.wps.server
This WPS supports HTTP GET for describeProcess and getCapabilities and XML-POST for execute.
WebProcessingService() - Constructor for class org.n52.wps.server.WebProcessingService
 
WPS_NAMESPACE - Static variable in class org.n52.wps.server.WebProcessingService
 

X

XMLBeansHelper - Class in org.n52.wps.util
 
XMLBeansHelper() - Constructor for class org.n52.wps.util.XMLBeansHelper
 
A B C D E F G H I L M N O P R S U V W X 
Skip navigation links

Copyright © 2019. All Rights Reserved.