Classes representing the core XML tags



Interfaces
 InterfaceDescription
 NestedObjectFactoryConfig Represents a configuration for a nested object in an ApplicationContext.
 RootObjectFactoryConfig Represents a configuration for a top level object in an ApplicationContext.
Classes
 ClassDescription
 AbstractMethodConfig Abstract baes class for all types of method call configuration.
 ApplicationContextConfig Represents the root <application-context> tag in a Parsley configuration file.
 DefaultObjectFactoryConfig The default ObjectFactoryConfig implementation.
 DelegatingNestedObjectFactoryConfig Implementation of NestedObjectFactoryConfig that delegates to an ObjectFactoryConfig.
 DelegatingRootObjectFactoryConfig Implementation of RootObjectFactoryConfig that delegates to an ObjectFactoryConfig.
 FactoryConfig Represents the <factory> tag, the root tag for all object configurations.
 FactoryMethodConfig Abstract base class for all types of factory method configuration.
 InstanceFactoryMethodConfig Represents a factory method of an object in the ApplicationContext - in XML configuration the <factory-method> tag.
 ListenerConfig Represents the configuration for registration of an event listener - in XML configuration the <listener> tag.
 MethodInvocationConfig The configuration for a single method invocation - in XML the <init-method> or <destroy-method> tag.
 PropertyConfig Represents the configuration for setting the value of a single property - in XML configuration the <property> tag.
 StaticFactoryMethodConfig Represents a static factory method configuration - in XML configuration the <static-factory-method> tag.