Serialized Form


Package info.sswap.api.model

Class info.sswap.api.model.DataAccessException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4049689824313517768L

Class info.sswap.api.model.ValidationException extends java.lang.Exception implements Serializable

serialVersionUID: -7021644823589935053L


Package info.sswap.api.servlet

Class info.sswap.api.servlet.AbstractSSWAPServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

rdgPath

java.lang.String rdgPath
Real path to the RDG on the file system as specified in web.xml (may be a directory)


rdgFile

java.lang.String rdgFile
Absolute, fully resolved path and file name of the RDG on the file system


remoteServiceURI

java.net.URI remoteServiceURI
URI to be called to pass on service invocation to a remote service. Only used when this servlet is extended, as by SSWAPProxyServlet, which sets the value to non-null.


suggestedPollingInterval

int suggestedPollingInterval
Suggested polling interval read from web.xml (if defined) or a default value. This field contains an interval (in milliseconds) that will be returned as an advice to callers that invoke this service in an asynchronous way. (During asynchronous invocation, this servlet immediately returns an asynchronous RRG, even though the service has not computed its result; later the caller is supposed to poll (inquiry) at this interval to verify whether the actual result is ready for retrieval.)


initCompleted

boolean initCompleted
Flag to check if init has completed.

Class info.sswap.api.servlet.ClientException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class info.sswap.api.servlet.LegacyServiceWrapperServlet extends AbstractSSWAPServlet implements Serializable

serialVersionUID: 6176407187653076879L

Serialized Fields

proxyServiceURL

java.lang.String proxyServiceURL

maxObjects

int maxObjects

Class info.sswap.api.servlet.RequestEntityTooLargeException extends ClientException implements Serializable

serialVersionUID: 1L

Class info.sswap.api.servlet.SimpleSSWAPServlet extends AbstractSSWAPServlet implements Serializable

serialVersionUID: 1L


Package info.sswap.ontologies.data.api

Class info.sswap.ontologies.data.api.AccessorException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.DataException extends DataAccessException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.ParserException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.SerializerException extends DataException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.data.api.ValidatorException extends DataException implements Serializable

serialVersionUID: 1L


Package info.sswap.ontologies.exec.api

Class info.sswap.ontologies.exec.api.ArgumentTooLongException extends ExecException implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.ExecException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.ExecServlet extends info.sswap.ontologies.exec.impl.ExecImpl implements Serializable

serialVersionUID: 1L

Class info.sswap.ontologies.exec.api.TooManyArgumentsException extends ExecException implements Serializable

serialVersionUID: 1L



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.