Class Index

A B C D F G I P R S U

A

AbstractConnectedProcessor  
AbstractPagedConnectedProcessor  
AccessTypeEnumTransformer  
AddGroupDefinitionParser  
AddGroupMessageProcessor AddGroupMessageProcessor invokes the addGroup(org.mule.modules.google.contact.wrappers.GoogleContactEntry, java.lang.String) method in GoogleContactsConnector
AuthorizeDefinitionParser  
AuthorizeMessageProcessor  

B

BatchContactsDefinitionParser  
BatchContactsMessageProcessor BatchContactsMessageProcessor invokes the batchContacts(java.lang.String, java.util.List) method in GoogleContactsConnector
BatchDeleteDefinitionParser  
BatchDeleteMessageProcessor BatchDeleteMessageProcessor invokes the batchDelete(org.mule.api.MuleMessage, java.lang.String, java.util.Collection) method in GoogleContactsConnector
BatchGroupsDefinitionParser  
BatchGroupsMessageProcessor BatchGroupsMessageProcessor invokes the batchGroups(java.lang.String, java.util.List) method in GoogleContactsConnector
BatchInsertDefinitionParser  
BatchInsertMessageProcessor BatchInsertMessageProcessor invokes the batchInsert(org.mule.api.MuleMessage, java.lang.String, java.util.Collection) method in GoogleContactsConnector
BatchResultToBulkOperationTransformer  
BatchUpdateDefinitionParser  
BatchUpdateMessageProcessor BatchUpdateMessageProcessor invokes the batchUpdate(org.mule.api.MuleMessage, java.lang.String, java.util.Collection) method in GoogleContactsConnector

C

Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
ConnectivityProcessor Interface used to unify all message processors (those which use (or not) pagination) from the ManagedConnectionProcessInterceptor  
ContactQueryOrderByEnumTransformer  
ContactQuerySortOrderEnumTransformer  
CreateGroupDefinitionParser  
CreateGroupMessageProcessor CreateGroupMessageProcessor invokes the createGroup(org.mule.modules.google.contact.wrappers.GoogleContactGroupEntry) method in GoogleContactsConnector

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteContactByIdDefinitionParser  
DeleteContactByIdMessageProcessor DeleteContactByIdMessageProcessor invokes the deleteContactById(java.lang.String) method in GoogleContactsConnector
DeleteContactDefinitionParser  
DeleteContactMessageProcessor DeleteContactMessageProcessor invokes the deleteContact(org.mule.modules.google.contact.wrappers.GoogleContactEntry) method in GoogleContactsConnector
DeleteContactPhotoByIdDefinitionParser  
DeleteContactPhotoByIdMessageProcessor DeleteContactPhotoByIdMessageProcessor invokes the deleteContactPhotoById(java.lang.String) method in GoogleContactsConnector
DeleteContactPhotoDefinitionParser  
DeleteContactPhotoMessageProcessor DeleteContactPhotoMessageProcessor invokes the deleteContactPhoto(org.mule.modules.google.contact.wrappers.GoogleContactEntry) method in GoogleContactsConnector
DeleteGroupByIdDefinitionParser  
DeleteGroupByIdMessageProcessor DeleteGroupByIdMessageProcessor invokes the deleteGroupById(java.lang.String) method in GoogleContactsConnector
DeleteGroupDefinitionParser  
DeleteGroupMessageProcessor DeleteGroupMessageProcessor invokes the deleteGroup(org.mule.modules.google.contact.wrappers.GoogleContactGroupEntry) method in GoogleContactsConnector
DownloadPhotoByIdDefinitionParser  
DownloadPhotoByIdMessageProcessor DownloadPhotoByIdMessageProcessor invokes the downloadPhotoById(java.lang.String) method in GoogleContactsConnector
DownloadPhotoDefinitionParser  
DownloadPhotoMessageProcessor DownloadPhotoMessageProcessor invokes the downloadPhoto(org.mule.modules.google.contact.wrappers.GoogleContactEntry) method in GoogleContactsConnector

F

ForcePromptEnumTransformer  

G

GetContactByIdDefinitionParser  
GetContactByIdMessageProcessor GetContactByIdMessageProcessor invokes the getContactById(java.lang.String) method in GoogleContactsConnector
GetContactsDefinitionParser  
GetContactsMessageProcessor GetContactsMessageProcessor invokes the getContacts(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.google.gdata.client.contacts.ContactQuery.SortOrder, java.lang.Boolean, com.google.gdata.client.contacts.ContactQuery.OrderBy, java.lang.String, org.mule.streaming.PagingConfiguration) method in GoogleContactsConnector
GetGroupByIdDefinitionParser  
GetGroupByIdMessageProcessor GetGroupByIdMessageProcessor invokes the getGroupById(java.lang.String) method in GoogleContactsConnector
GetGroupByNameDefinitionParser  
GetGroupByNameMessageProcessor GetGroupByNameMessageProcessor invokes the getGroupByName(java.lang.String) method in GoogleContactsConnector
GetGroupsDefinitionParser  
GetGroupsMessageProcessor GetGroupsMessageProcessor invokes the getGroups(java.lang.String, java.lang.String, java.lang.String, org.mule.streaming.PagingConfiguration) method in GoogleContactsConnector
GoogleContactBaseEntity<W extends BaseEntry<?>>  
GoogleContactEntry  
GoogleContactGroupEntry  
GoogleContactsConnector Cloud connector for the Google Contacts API v3 using OAuth2 for initialization. 
GoogleContactsConnectorCapabilitiesAdapter A GoogleContactsConnectorCapabilitiesAdapter is a wrapper around GoogleContactsConnector that implements org.mule.api.Capabilities interface. 
GoogleContactsConnectorConfigDefinitionParser  
GoogleContactsConnectorLifecycleAdapter A GoogleContactsConnectorLifecycleAdapter is a wrapper around GoogleContactsConnector that adds lifecycle methods to the pojo. 
GoogleContactsConnectorMetadataAdapater A GoogleContactsConnectorMetadataAdapater is a wrapper around GoogleContactsConnector that adds support for querying metadata about the extension. 
GoogleContactsConnectorOAuth2Adapter A GoogleContactsConnectorOAuth2Adapter is a wrapper around GoogleContactsConnector that adds OAuth capabilites to the pojo. 
GoogleContactsConnectorOAuthClientFactory  
GoogleContactsConnectorOAuthManager A GoogleContactsConnectorOAuthManager is a wrapper around GoogleContactsConnector that adds access token management capabilities to the pojo. 
GoogleContactsConnectorOAuthState Serializable class used to save and restore OAuth state from GoogleContactsConnector  
GoogleContactsConnectorProcessAdapter A GoogleContactsConnectorProcessAdapter is a wrapper around GoogleContactsConnector that enables custom processing strategies. 
GoogleContactsNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/google-contacts

I

InsertContactDefinitionParser  
InsertContactMessageProcessor InsertContactMessageProcessor invokes the insertContact(org.mule.modules.google.contact.wrappers.GoogleContactEntry) method in GoogleContactsConnector

P

PoolManager  

R

RestoreAccessTokenCallbackFactoryBean  

S

SaveAccessTokenCallbackFactoryBean  
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 

U

UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
UnauthorizeDefinitionParser  
UnauthorizeMessageProcessor  
UpdateContactDefinitionParser  
UpdateContactMessageProcessor UpdateContactMessageProcessor invokes the updateContact(org.mule.modules.google.contact.wrappers.GoogleContactEntry) method in GoogleContactsConnector
UpdateContactPhotoDefinitionParser  
UpdateContactPhotoMessageProcessor UpdateContactPhotoMessageProcessor invokes the updateContactPhoto(java.lang.String, java.io.InputStream) method in GoogleContactsConnector
UpdateGroupDefinitionParser  
UpdateGroupMessageProcessor UpdateGroupMessageProcessor invokes the updateGroup(org.mule.modules.google.contact.wrappers.GoogleContactGroupEntry) method in GoogleContactsConnector