| AllKeysDefinitionParser | |
| AllKeysMessageProcessor | AllKeysMessageProcessor invokes the allKeys() method in ObjectStoreModule. |
| DualStoreDefinitionParser | |
| DualStoreMessageProcessor | DualStoreMessageProcessor invokes the dualStore(java.lang.String, java.io.Serializable, boolean) method in ObjectStoreModule. |
| ObjectStoreModule | Generic module for accessing Object Stores. |
| ObjectStoreModuleCapabilitiesAdapter | A ObjectStoreModuleCapabilitiesAdapter is a wrapper around ObjectStoreModule that implements org.mule.api.Capabilities interface. |
| ObjectStoreModuleConfigDefinitionParser | |
| ObjectStoreModuleInjectionAdapter | A ObjectStoreModuleInjectionAdapter is a wrapper around ObjectStoreModule that allows the injection of several Mule facilities when a MuleContext is set. |
| ObjectStoreModuleLifecycleAdapter | A ObjectStoreModuleLifecycleAdapter is a wrapper around ObjectStoreModule that adds lifecycle methods to the pojo. |
| ObjectStoreModuleNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/objectstore. |
| RemoveDefinitionParser | |
| RemoveMessageProcessor | RemoveMessageProcessor invokes the remove(java.lang.String) method in ObjectStoreModule. |
| RetrieveDefinitionParser | |
| RetrieveMessageProcessor | RetrieveMessageProcessor invokes the retrieve(java.lang.String, java.lang.Object) method in ObjectStoreModule. |
| StoreDefinitionParser | |
| StoreMessageProcessor | StoreMessageProcessor invokes the store(java.lang.String, java.io.Serializable, boolean) method in ObjectStoreModule. |