Uses of Package
org.apache.hivemind.parse

Packages that use org.apache.hivemind.parse
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema Interfaces defining Schema support (used to process extension point contributions and service parameters). 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Classes in org.apache.hivemind.parse used by org.apache.hivemind.impl
ModuleDescriptor
          Representation of a HiveMind module descriptor, as parsed by DescriptorParser.
XmlResourceProcessor
          The XmlResourceProcessor processes XML resources using the DescriptorParser which is used as a SAX ContentHandler.
 

Classes in org.apache.hivemind.parse used by org.apache.hivemind.parse
AbstractParser
          Abstract super-class for parsers based around the SAX event model.
AbstractServiceDescriptor
          Base class for ServicePointDescriptor and ImplementationDescriptor.
AbstractServiceInvocationDescriptor
          Base class for descriptors that represent invocating a service with parameters.
AnnotationHolder
          Any Descriptor object which can be annotated with a description implements this interface.
AttributeMappingDescriptor
          Descriptor for the <map> element, nested within a <conversion> module descriptor element.
BaseAnnotationHolder
          Base class for classes which implement AnnotationHolder.
ConfigurationPointDescriptor
          Descriptor for the <configuration-point> element, which defines a configuration extension point.
ContributionDescriptor
          Descriptor for <contribution> element.
DependencyDescriptor
          Descriptor for <dependency> element.
DescriptorParser
          Used to parse HiveMind module deployment descriptors.
ImplementationDescriptor
          Descriptor for <implementation> elements.
InstanceBuilder
          Interface for an object that can construct the core implementation for a service.
InterceptorDescriptor
          Descriptor for the <interceptor> element.
ModuleDescriptor
          Representation of a HiveMind module descriptor, as parsed by DescriptorParser.
ServicePointDescriptor
          Defines a service extension point.
SubModuleDescriptor
          Descriptor for <sub-module> element.
 

Classes in org.apache.hivemind.parse used by org.apache.hivemind.schema
AnnotationHolder
          Any Descriptor object which can be annotated with a description implements this interface.
 

Classes in org.apache.hivemind.parse used by org.apache.hivemind.schema.impl
AnnotationHolder
          Any Descriptor object which can be annotated with a description implements this interface.
BaseAnnotationHolder
          Base class for classes which implement AnnotationHolder.