Version: 1.1.1

Uses of Package
org.biomoby.shared

Packages that use org.biomoby.shared
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
ca.ucalgary.seahawk.services   
ca.ucalgary.seahawk.util   
ca.ucalgary.services   
ca.ucalgary.services.util   
de.mpg.mpiz_koeln.featureClient   
org.biomoby.client The components used for developing Moby clients. 
org.biomoby.client.rdf.builder Provides the classes that are necessary for creating BioMoby RDF documents. 
org.biomoby.registry.definitions.types   
org.biomoby.registry.meta   
org.biomoby.registry.properties Provides classes and interfaces that help utilize property and configuration files. 
org.biomoby.registry.rdfagent.util   
org.biomoby.registry.rdfagent.verifier   
org.biomoby.registry.sync   
org.biomoby.registry.sync.filtering   
org.biomoby.registry.sync.handler   
org.biomoby.service It contains general components that can be used by those writing code for Moby services. 
org.biomoby.service.dashboard   
org.biomoby.service.dashboard.data   
org.biomoby.service.dashboard.renderers   
org.biomoby.service.generator   
org.biomoby.service.test   
org.biomoby.shared It contains components that are used from more than one (other) packages. 
org.biomoby.shared.data The package org.biomoby.shared.data allows you to easily build MOBY data instances for sending to services, or querying the registry. 
org.biomoby.shared.datatypes The package org.biomoby.shared.datatypes contains containers for basic Biomoby data types (a basic parent class MobyObject and all Biomoby primitive types). 
org.biomoby.shared.extended   
org.biomoby.shared.parser The package org.biomoby.shared.parser contains classes for parsing Biomoby data from an XML format (a Biomoby XML envelope) into Java objects, and back to XML. 
org.biomoby.w3c.addressing   
org.omg.lsae.notifications   
org.omg.lsae.sax   
org.soap   
org.soap.sax   
org.w3c.addressing.sax   
 

Classes in org.biomoby.shared used by ca.ucalgary.seahawk.gui
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
 

Classes in org.biomoby.shared used by ca.ucalgary.seahawk.services
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
 

Classes in org.biomoby.shared used by ca.ucalgary.seahawk.util
Central
          An interface to the Moby Registry.
MobyData
          A container keeping input or output data types together with few other attributes.
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyPrimaryDataSet
          A container representing a way how a named collection of various primary data types is used in a service.
MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by ca.ucalgary.services
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by ca.ucalgary.services.util
MobyUnitTest
          A class representing a moby unit test.
 

Classes in org.biomoby.shared used by de.mpg.mpiz_koeln.featureClient
Central
          An interface to the Moby Registry.
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.client
Central
          An interface to the Moby Registry.
CentralAll
          A common interface to the classical features of a MobyRegistry (as expressed in Central) and to the cumulated (digested) contents of the Moby Registry (as expressed in CentralDigest).
CentralCached
          A convenient interface combining together all methods for accessing the BioMoby registry and the handling its local cache.
CentralDigest
          An interface to the cumulated (digested) contents of the Moby Registry.
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
MobyResourceRef
          A container pointing to metadata available from a BioMoby registry.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
NoSuccessException
          A specific exception indicating that a request should not be fulfilled because something was not correctly specified, or was not found.
PendingCurationException
          A specific exception indicating that a request should not be fulfilled because registration or deregistration of an entity was not yet successful - but may be later.
SOAPException
          This class is meant to be a implementation-independent wrapper around the exception classes provided by the underlying SOAP client used to run MOBY services.
 

Classes in org.biomoby.shared used by org.biomoby.client.rdf.builder
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.registry.definitions.types
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.registry.meta
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.registry.properties
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.registry.rdfagent.util
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.registry.rdfagent.verifier
Central
          An interface to the Moby Registry.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.registry.sync
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.registry.sync.filtering
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.registry.sync.handler
LSIDAccessible
           
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
 

Classes in org.biomoby.shared used by org.biomoby.service
Central
          An interface to the Moby Registry.
MobyDataTypeTemplate
          You probably don't need to be looking at this class.
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.service.dashboard
MobyData
          A container keeping input or output data types together with few other attributes.
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyRelationship
          A container representing a name of a BioMoby data type and its relationship to another BioMoby data type.
MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
 

Classes in org.biomoby.shared used by org.biomoby.service.dashboard.data
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.service.dashboard.renderers
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.service.generator
CentralCached
          A convenient interface combining together all methods for accessing the BioMoby registry and the handling its local cache.
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.service.test
Central
          An interface to the Moby Registry.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.shared
Central
          An interface to the Moby Registry.
CentralAll
          A common interface to the classical features of a MobyRegistry (as expressed in Central) and to the cumulated (digested) contents of the Moby Registry (as expressed in CentralDigest).
CentralDigest
          An interface to the cumulated (digested) contents of the Moby Registry.
LSIDAccessible
           
MobyData
          A container keeping input or output data types together with few other attributes.
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyObjectDecomposition
           
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyPrimaryDataSet
          A container representing a way how a named collection of various primary data types is used in a service.
MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
MobyRelationship
          A container representing a name of a BioMoby data type and its relationship to another BioMoby data type.
MobyResourceRef
          A container pointing to metadata available from a BioMoby registry.
MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
MobyUnitTest
          A class representing a moby unit test.
NoSuccessException
          A specific exception indicating that a request should not be fulfilled because something was not correctly specified, or was not found.
PendingCurationException
          A specific exception indicating that a request should not be fulfilled because registration or deregistration of an entity was not yet successful - but may be later.
 

Classes in org.biomoby.shared used by org.biomoby.shared.data
MobyData
          A container keeping input or output data types together with few other attributes.
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyPrimaryData
          A container representing primary (both input and output) data as they are registered by services.
MobyPrimaryDataSet
          A container representing a way how a named collection of various primary data types is used in a service.
MobyPrimaryDataSimple
          A container representing a way how various primary data types are used in a service.
MobySecondaryData
          A container representing a way how various secondary data types are used in a service.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.shared.datatypes
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyService
          A container representing a service.
 

Classes in org.biomoby.shared used by org.biomoby.shared.extended
MobyDataType
          A container representing a data type used in the Moby registry (in the BioMoby speak it is called "Object Class").
MobyException
          A general exception which can be used as a wrapper around other exceptions.
MobyNamespace
          A container representing a namespace used in the Moby registry.
MobyService
          A container representing a service.
MobyServiceType
          A container representing a service type used in the Moby registry.
 

Classes in org.biomoby.shared used by org.biomoby.shared.parser
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.biomoby.w3c.addressing
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.omg.lsae.notifications
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.omg.lsae.sax
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.soap
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.soap.sax
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 

Classes in org.biomoby.shared used by org.w3c.addressing.sax
MobyException
          A general exception which can be used as a wrapper around other exceptions.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010