Packages
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.delivery.wsi This package provides classes implementing delivery activities that are specific to WSI-compliant versions of OGSA-DAI.
uk.org.ogsadai.activity.examples Various example activities that may be of interest to activity developers.
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.relational Contains activities that retrieve logical and physical metadata from a relational database.
uk.org.ogsadai.activity.resource ?
uk.org.ogsadai.activity.sql Activities that provide SQL access to a relational data resource.
uk.org.ogsadai.activity.sql.csv Specialised SQL query activities for CSV data resources.
uk.org.ogsadai.activity.sql.parameters Helper classes for SQL activities which manage the various input streams for parameters.
uk.org.ogsadai.activity.sql.statement Wrapper classes for JDBC Statement and subclasses.
uk.org.ogsadai.activity.transform Contains activity implementations for transforming data from one format into another.
uk.org.ogsadai.activity.xmldb Contains activity implementations for performing various operations on XML databases.
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.databrowser Provides a graphical user-interface client (DataBrowser) to OGSA-DAI services.
uk.org.ogsadai.client.databrowser.commands Provides classes to execute requests on an OGSA-DAI service via the client toolkit.
uk.org.ogsadai.client.databrowser.sql Provides a graphical user-interface to relational database-specific functionality of OGSA-DAI services.
uk.org.ogsadai.client.databrowser.xpath Provides a graphical user-interface to XMLDB database-specific functionality of OGSA-DAI services.
uk.org.ogsadai.client.dbcreate Provides a collection of command-line tools for creating OGSA-DAI test databases.
uk.org.ogsadai.client.dbcreate2 Provides a collection of command-line tools for creating OGSA-DAI test databases.
uk.org.ogsadai.client.monitor Provides a command-line tool for monitoring services.
uk.org.ogsadai.client.toolkit Provides utility classes for client-side interaction with OGSA-DAI services.
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.examples Provides client toolkit versions of the example activities.
uk.org.ogsadai.client.toolkit.activity.factory.demo Provides client toolkit versions of the activities used in the data service resource factory demo.
uk.org.ogsadai.client.toolkit.activity.files Provides client-side classes for OGSA-DAI file activities.
uk.org.ogsadai.client.toolkit.activity.indexedfiles Provides client-side classes for OGSA-DAI activites that operate on indexed files.
uk.org.ogsadai.client.toolkit.activity.misc This package provides classes that provide a client-side representation of miscellaneous activities in Java.
uk.org.ogsadai.client.toolkit.activity.relational ?
uk.org.ogsadai.client.toolkit.activity.resource ?
uk.org.ogsadai.client.toolkit.activity.sql Provides client-side classes for OGSA-DAI activites that allow SQL access to relational databases.
uk.org.ogsadai.client.toolkit.activity.transform Contains the client toolkit activity classes for various data transformation activities.
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.registry ?
uk.org.ogsadai.client.toolkit.security Provides client toolkit security related functionality.
uk.org.ogsadai.client.toolkit.security.wsrf Provides WSRF-specific 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.service.faults This package provides classes representing faults from OGSA-DAI services - and defined in OGSA-DAI's XML Schema - as exceptions.
uk.org.ogsadai.client.toolkit.service.faults.wsrp This package provides classes representing faults - defined in the IBM WS-ResourceReporties XML Schema and thrown by OGSA-DAI WSI services - as exceptions.
uk.org.ogsadai.client.toolkit.sessions Contains the client toolkit interfaces and classes for working with sessions.
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.client.toolkit.wsi This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service.
uk.org.ogsadai.client.toolkit.wsrf This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service.
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.metadata ?
uk.org.ogsadai.converters.csv.resultset ?
uk.org.ogsadai.converters.csv.resultset.types ?
uk.org.ogsadai.converters.databaseschema ?
uk.org.ogsadai.converters.databaseschema.fromxml ?
uk.org.ogsadai.converters.databaseschema.toxml ?
uk.org.ogsadai.converters.resultset Contains classes and interfaces for converting SQL result sets into different serialisations.
uk.org.ogsadai.converters.resultset.csv ?
uk.org.ogsadai.converters.resultset.webrowset This package contains implementations of the result set converter interfaces for converting java.sql.ResultSet objects into WebRowSet XML.
uk.org.ogsadai.converters.webrowset WebRowSet converter interfaces for converting WebRowSet XML into java.sql.ResultSet objects.
uk.org.ogsadai.converters.webrowset.metadata Classes for converting metadata from WebRowSet XML into java.sql.ResultSetMetadata.
uk.org.ogsadai.converters.webrowset.resultset Implementations of converter interfaces for converting WebRowSet XML into java.sql.ResultSet objects.
uk.org.ogsadai.converters.webrowset.resultset.types Strategies for converting strings into various java types.
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.engine.controlflow Contains classes and interfaces for a composite request structure that enables control-flow to within request processing.
uk.org.ogsadai.examples.authorization ?
uk.org.ogsadai.examples.clienttoolkit Example code for the client toolkit tutorial.
uk.org.ogsadai.examples.dataResourceAccessor Example code for the data resource accessor tutorial.
uk.org.ogsadai.examples.demoFactory Example code for the demo factory tutorial.
uk.org.ogsadai.examples.demoTransientFactory Example code for the demo transient factory tutorial.
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.config.types ?
uk.org.ogsadai.service.faults ?
uk.org.ogsadai.service.perform.types ?
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.transport.types ?
uk.org.ogsadai.service.types ?
uk.org.ogsadai.service.wsi.dataservice This package provides interfaces to OGSA-DAI pure web services-compliant data services.
uk.org.ogsadai.service.wsi.dataservice.bindings ?
uk.org.ogsadai.service.wsi.dataservice.impl This package provides classes implementing OGSA-DAI pure web services-compliant data services.
uk.org.ogsadai.service.wsi.dataservice.service ?
uk.org.ogsadai.service.wsi.handler This package provides classes implementing server-side handlers for OGSA-DAI pure web services-compliant data services.
uk.org.ogsadai.service.wsrp ?
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions.
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions.
uk.org.ogsadai.types ?

?