| AbstractDefinitionParser | |
| AbstractDefinitionParser.ParseDelegate<T> | |
| AbstractExpressionEvaluator | |
| AbstractListeningMessageProcessor<O> | |
| AbstractMessageProcessor<O> | |
| AllKeysDefinitionParser | |
| AllKeysMessageProcessor | AllKeysMessageProcessor invokes the allKeys() method in ObjectStoreModule. |
| Capabilities | This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. |
| Capability | Enumeration of possible capabilities of Mule modules. |
| Connection | |
| ConnectionManager<K, C extends Connection> | Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. |
| ContainsDefinitionParser | |
| ContainsMessageProcessor | ContainsMessageProcessor invokes the contains(java.lang.String) method in ObjectStoreModule. |
| DefaultSplashScreenAgent | Agent implementation to add splash screen information for DevKit extensions at application startup |
| DualStoreDefinitionParser | |
| DualStoreMessageProcessor | DualStoreMessageProcessor invokes the dualStore(java.lang.String, java.io.Serializable, boolean) method in ObjectStoreModule. |
| HttpCallback | |
| HttpCallbackAdapter |
| MetadataAware | This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. |
| MulePropertyScope | Enum for Mule Property Scopes Used for improving user experience in Studio |
| MulePropertyScopeEnumTransformer |
| NestedProcessorChain | |
| NotAuthorizedException |
| OAuth1Adapter | |
| OAuth2Adapter | |
| OAuthAdapter | |
| OAuthManager<C extends OAuthAdapter> | Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. |
| 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. |
| ObjectStoreModuleMetadataAdapater | A ObjectStoreModuleMetadataAdapater is a wrapper around ObjectStoreModule that adds support for querying metadata about the extension. |
| ObjectStoreModuleProcessAdapter | A ObjectStoreModuleProcessAdapter is a wrapper around ObjectStoreModule that enables custom processing strategies. |
| ObjectstoreNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/objectstore. |
| PoolManager | |
| ProcessAdapter<O> | |
| ProcessCallback<T, O> | Callback with logic to execute within a controlled environment provided by ProcessTemplate |
| ProcessCallbackProcessInterceptor<T, O> | |
| ProcessInterceptor<T, O> | |
| ProcessTemplate<T, O> | ProcessTemplate provides a processing context for message processing. |
| RemoveDefinitionParser | |
| RemoveMessageProcessor | RemoveMessageProcessor invokes the remove(java.lang.String, boolean) method in ObjectStoreModule. |
| RestoreAccessTokenCallback | |
| RetrieveDefinitionParser | |
| RetrieveMessageProcessor | RetrieveMessageProcessor invokes the retrieve(java.lang.String, java.lang.Object, java.lang.String, org.mule.modules.MulePropertyScope, org.mule.api.MuleMessage) method in ObjectStoreModule. |
| SaveAccessTokenCallback | |
| SourceCallback | Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. |
| SplashScreenAgent | Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. |
| StopSourceCallback | Callback returned by methods that are annotated with @Source It will be executed when the MessageSource is being stopped. |
| StoreDefinitionParser | |
| StoreMessageProcessor | StoreMessageProcessor invokes the store(java.lang.String, java.io.Serializable, boolean) method in ObjectStoreModule. |
| UnableToAcquireAccessTokenException | Exception thrown when the access token needed for accessing a protected resource cannot be acquired |
| UnableToAcquireConnectionException | Exception thrown when the connection needed for executing an operation is null. |
| UnableToAcquireRequestTokenException | Exception thrown when the request token needed for building the authorization URL cannot be acquired |
| UnableToReleaseConnectionException | Exception thrown when the release connection operation of the connection manager fails. |