|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use uk.org.ogsadai.exception | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.activity.delivery | This package provides classes implementing delivery activities. |
uk.org.ogsadai.activity.files | Activities for writing and reading files. |
uk.org.ogsadai.activity.files.regexp | Helper classes for file writing activities. |
uk.org.ogsadai.activity.indexedfiles | Activities for indexing and searching text files using the Apache Lucene search engine. |
uk.org.ogsadai.activity.misc | Contains miscellaneous activity implementations for which no suitable common group exists. |
uk.org.ogsadai.activity.sql.parameters | Helper classes for SQL activities which manage the various input streams for parameters. |
uk.org.ogsadai.activity.transform | Contains activity implementations for transforming data from one format into another. |
uk.org.ogsadai.activity.xmldb.commands | Contains a command interface and various implementations for use by the XML database activities. |
uk.org.ogsadai.client | Provides a collection of command-line OGSA-DAI clients. |
uk.org.ogsadai.client.toolkit.activity | Provides base classes for request componenents and activities. |
uk.org.ogsadai.client.toolkit.activity.delivery | This package provides classes that provide a client-side representation of delivery activities in Java. |
uk.org.ogsadai.client.toolkit.activity.xmldb | Contains the client toolkit activity classes for various XML database activities. |
uk.org.ogsadai.client.toolkit.exception | Classes for exposing faults from OGSA-DAI services as client-side exceptions. |
uk.org.ogsadai.client.toolkit.properties | This package provides classes which act as client-side representations of the properties of data services and data service resources. |
uk.org.ogsadai.client.toolkit.security | Provides client toolkit security related functionality. |
uk.org.ogsadai.client.toolkit.service | This package provides interfaces representing web services and OGSA-DAI data services. |
uk.org.ogsadai.client.toolkit.soap | This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis. |
uk.org.ogsadai.common | This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. |
uk.org.ogsadai.common.files | This package provides a set of common classes for file manipulation. |
uk.org.ogsadai.common.msgs | This package provides a set of common classes and interfaces supporting internationalization and message logging. |
uk.org.ogsadai.common.properties | This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. |
uk.org.ogsadai.common.rolemap | This package provides a set of classes to support the mapping of security credentials to usernames and passwords - role mapping. |
uk.org.ogsadai.common.serializer | This package provides classes and interfaces supporting serialization and deserialization of Java objects into XML via Apache Axis classes. |
uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
uk.org.ogsadai.converters.csv | |
uk.org.ogsadai.converters.csv.resultset | |
uk.org.ogsadai.converters.databaseschema | |
uk.org.ogsadai.converters.resultset | Contains classes and interfaces for converting SQL result sets into different serialisations. |
uk.org.ogsadai.converters.webrowset |
WebRowSet converter interfaces for converting WebRowSet XML into
java.sql.ResultSet objects. |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
uk.org.ogsadai.dataresource.config | Provides functionality related to data resource accessor meta-data resource properties. |
uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
uk.org.ogsadai.exception | General OGSA-DAI exceptions and error message support. |
uk.org.ogsadai.service | This package provides classes and interfaces relating to data services. |
uk.org.ogsadai.service.authorization | Interfaces and classes to control access to data service resources and activities. |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
uk.org.ogsadai.service.resource.config | Classes to do with Data Service Resource configuration. |
uk.org.ogsadai.service.resource.factory | Provides functionality to dynamically create new data service resources from activities. |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
uk.org.ogsadai.service.wsrf.properties | This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.service.wsrf.resource | This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. |
uk.org.ogsadai.service.wsrf.sgr | This package provides wrapper classes that support the use of Globus Toolkit 4.0 ServiceGroup services and clients. |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activityDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.deliveryDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.filesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAINumberFormatException
|
Exception thrown when a class a string provided should contain a numeric value. DAIOutOfBoundsException
|
Exception thrown when a numerical value is out of bounds. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.files.regexpDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.indexedfilesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.miscDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.sql.parametersDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.transformDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.activity.xmldb.commandsDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.clientDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activityDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activity.deliveryDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.activity.xmldbDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.exceptionDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. ErrorID
|
Class for textual error identifiers used in internationalization. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.propertiesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.securityDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. ErrorID
|
Class for textual error identifiers used in internationalization. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.serviceDAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.client.toolkit.soapDAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.commonDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIMalformedURLException
|
Exception thrown when a URL is malformed. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. DAIURLReadIOException
|
Exception thrown when there is an IO exception while reading a URL. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.filesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. ErrorID
|
Class for textual error identifiers used in internationalization. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.msgsErrorID
|
Class for textual error identifiers used in internationalization. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.propertiesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.rolemapDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.serializerDAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.common.xmlDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIMalformedURLException
|
Exception thrown when a URL is malformed. ErrorID
|
Class for textual error identifiers used in internationalization. ExternalModuleException
|
Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.csvDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.csv.resultsetDAIIOException
|
Exception thrown when there is an IO exception while reading IO. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.databaseschemaDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.resultsetDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.converters.webrowsetDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. ExternalModuleException
|
Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.dataresourceAuthorizationExecutionException
|
A problem occurred when authorizing something. DAIAuthorizationException
|
Authorization exceptions abstract class. DAIClassCreateException
|
Exception thrown when unable to create an instance of a named class using reflection. DAIClassMissingInterfaceException
|
Exception thrown when a class does not implement an expected interface. DAIClassNotFoundException
|
Exception throw when a class specified in a configuration file cannot be found. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. ErrorID
|
Class for textual error identifiers used in internationalization. ExternalModuleException
|
Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.dataresource.configExternalModuleException
|
Exception thrown when some external module generates an unrecoverable error or some error that is not a programming nor a user error. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.engineDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.exceptionDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. DAIUncheckedException
|
Base class for OGSA-DAI unchecked exceptions. ErrorID
|
Class for textual error identifiers used in internationalization. ServerException
|
Exception used to wrap any server-side exceptions that are not to be communicated to the client. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.serviceDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.authorizationDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resourceDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resource.configDAIException
|
Base class for OGSA-DAI checked exceptions. DAIMalformedURLException
|
Exception thrown when a URL is malformed. DAIURLContentException
|
Exception thrown when there is an error in the expected content of a URL. DAIURLReadIOException
|
Exception thrown when there is an IO exception while reading a URL. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.resource.factoryDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.dataservice.implDAIAuthorizationException
|
Authorization exceptions abstract class. DAIException
|
Base class for OGSA-DAI checked exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.propertiesDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.resourceDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.service.wsrf.sgrDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
Classes in uk.org.ogsadai.exception used by uk.org.ogsadai.sessionsDAIException
|
Base class for OGSA-DAI checked exceptions. DAIExceptionInformation
|
Interface for the information provided by OGSA-DAI exceptions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |