Configuration DirectiveDescriptionA configuration directive contains arbitary content that is used by the container to construct a master configuration backed by profile and/or static confiugration information, used to create a configuration instance that will be supplied to a component type manger declared under the containing target directive. Sample XML<configuration> <frequency>100</frequency> <!-- or anything else you care to include --> </configuration> |