public class CommonConfigStoreImpl<T extends org.jboss.wsf.spi.metadata.config.AbstractCommonConfig>
extends Object
implements org.jboss.wsf.spi.management.CommonConfigStore<T>
A implementation of the CommonConfigStore based on HashMap;
configs are stored using their name as key.