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. 
 

Classes in org.apache.hivemind.parse used by org.apache.hivemind.impl
DescriptorParser
          Used to parse HiveMind module deployment descriptors.
ModuleDescriptor
          Representation of a HiveMind module descriptor, as parsed by DescriptorParser.
 

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.
AttributeMappingDescriptor
          Descriptor for the <map> element, nested within a <conversion> module descriptor element.
ConfigurationPointDescriptor
          Descriptor for the <configuration-point> element, which defines a configuration extension point.
ContributionDescriptor
          Descriptor for <contribution> element.
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.