Class Index

A C D F H J M N O P Q R S U

A

AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  

C

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. 

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
Detach Perform a JPA detach operation  
DetachDefinitionParser  
DetachMessageProcessor DetachMessageProcessor invokes the detach(java.lang.Object, java.lang.Boolean) method in JPAModule

F

Find Perform a JPA find operation  
FindDefinitionParser  
FindMessageProcessor FindMessageProcessor invokes the find(java.lang.String, java.lang.Object, java.lang.Boolean) method in JPAModule

H

HttpCallback  
HttpCallbackAdapter  

J

JPACommand Abstraction around the EntityManager method's exposed in this module. 
JPAException Runtime exception for the JPA module. 
JPAModule Java Persistence API (JPA) support for Mule. 
JPAModuleCapabilitiesAdapter A JPAModuleCapabilitiesAdapter is a wrapper around JPAModule that implements org.mule.api.Capabilities interface. 
JPAModuleConfigDefinitionParser  
JPAModuleLifecycleAdapter A JPAModuleLifecycleAdapter is a wrapper around JPAModule that adds lifecycle methods to the pojo. 
JPAModuleMetadataAdapater A JPAModuleMetadataAdapater is a wrapper around JPAModule that adds support for querying metadata about the extension. 
JPAModuleProcessAdapter A JPAModuleProcessAdapter is a wrapper around JPAModule that enables custom processing strategies. 
JpaNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/jpa
JPATransaction SingleResourceTransaction implementation for JPA. 
JPATransactionFactory TransactionFactory implementation used to create JPATransactions  
JPAUtils Utility methods for JPA. 

M

Merge Perform a JPA merge operation  
MergeDefinitionParser  
MergeMessageProcessor MergeMessageProcessor invokes the merge(java.lang.Object, java.lang.Boolean) method in JPAModule
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. 
MuleEntityManager MuleEntityManager is a facade around an EntityManager that ensures components making use of the PersistenceContext annotation will get an EntityManager that is aware of the JPA transaction in the flow. 

N

NestedProcessorChain  
NotAuthorizedException  

O

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. 

P

Persist Perform a JPA persist operation  
PersistDefinitionParser  
PersistenceContextProcessor PersistenceContextProcessor is responsible for injecting the MuleEntityManager into components using the @PersistenceContext annotation. 
PersistMessageProcessor PersistMessageProcessor invokes the persist(java.lang.Object, java.lang.Boolean) method in JPAModule
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. 

Q

Query Perform a JPA query operation  
QueryDefinitionParser  
QueryMessageProcessor QueryMessageProcessor invokes the query(javax.persistence.criteria.CriteriaQuery, java.lang.String, java.lang.String, java.lang.Object, java.lang.Boolean) method in JPAModule

R

RestoreAccessTokenCallback  

S

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. 

U

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. 
UpsertDefinitionParser  
UpsertMessageProcessor UpsertMessageProcessor invokes the upsert(java.lang.Object, java.lang.Object, java.lang.String, boolean) method in JPAModule