Class Index

A C D F G H L M P R S T U

A

AbstractConnectedProcessor  
AbstractPagedConnectedProcessor  

C

Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
CreatePlaceDefinitionParser  
CreatePlaceMessageProcessor CreatePlaceMessageProcessor invokes the createPlace(java.lang.String, java.lang.String, java.lang.String, java.lang.Double, java.lang.Double, java.lang.String) method in TwitterConnector

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DestroyStatusDefinitionParser  
DestroyStatusMessageProcessor DestroyStatusMessageProcessor invokes the destroyStatus(long) method in TwitterConnector

F

FilteredStreamDefinitionParser  
FilteredStreamMessageSource FilteredStreamMessageSource wraps filteredStream(int, java.util.List, java.util.List, org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events. 
FirehoseStreamDefinitionParser  
FirehoseStreamMessageSource FirehoseStreamMessageSource wraps firehoseStream(int, org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events. 

G

GetAvailableTrendsDefinitionParser  
GetAvailableTrendsMessageProcessor GetAvailableTrendsMessageProcessor invokes the getAvailableTrends() method in TwitterConnector
GetClosestTrendsDefinitionParser  
GetClosestTrendsMessageProcessor GetClosestTrendsMessageProcessor invokes the getClosestTrends(double, double) method in TwitterConnector
GetFollowersDefinitionParser  
GetFollowersMessageProcessor GetFollowersMessageProcessor invokes the getFollowers(long) method in TwitterConnector
GetGeoDetailsDefinitionParser  
GetGeoDetailsMessageProcessor GetGeoDetailsMessageProcessor invokes the getGeoDetails(java.lang.String) method in TwitterConnector
GetHomeTimelineDefinitionParser  
GetHomeTimelineMessageProcessor GetHomeTimelineMessageProcessor invokes the getHomeTimeline(int, int, long) method in TwitterConnector
GetMentionsTimelineDefinitionParser  
GetMentionsTimelineMessageProcessor GetMentionsTimelineMessageProcessor invokes the getMentionsTimeline(int, int, long) method in TwitterConnector
GetPlaceTrendsDefinitionParser  
GetPlaceTrendsMessageProcessor GetPlaceTrendsMessageProcessor invokes the getPlaceTrends(int) method in TwitterConnector
GetRetweetsDefinitionParser  
GetRetweetsMessageProcessor GetRetweetsMessageProcessor invokes the getRetweets(long) method in TwitterConnector
GetRetweetsOfMeDefinitionParser  
GetRetweetsOfMeMessageProcessor GetRetweetsOfMeMessageProcessor invokes the getRetweetsOfMe(int, int, long) method in TwitterConnector
GetSimilarPlacesDefinitionParser  
GetSimilarPlacesMessageProcessor GetSimilarPlacesMessageProcessor invokes the getSimilarPlaces(java.lang.Double, java.lang.Double, java.lang.String, java.lang.String, java.lang.String) method in TwitterConnector
GetUserTimelineByScreenNameDefinitionParser  
GetUserTimelineByScreenNameMessageProcessor GetUserTimelineByScreenNameMessageProcessor invokes the getUserTimelineByScreenName(java.lang.String, int, int, long) method in TwitterConnector
GetUserTimelineByUserIdDefinitionParser  
GetUserTimelineByUserIdMessageProcessor GetUserTimelineByUserIdMessageProcessor invokes the getUserTimelineByUserId(long, int, int, long) method in TwitterConnector
GetUserTimelineDefinitionParser  
GetUserTimelineMessageProcessor GetUserTimelineMessageProcessor invokes the getUserTimeline(int, int, long) method in TwitterConnector

H

HttpClientHiddenConstructionArgument  
HttpClientImpl  

L

LinkStreamDefinitionParser  
LinkStreamMessageSource LinkStreamMessageSource wraps linkStream(int, org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events. 

M

ManagedConnectionProcessInterceptor<T>  
ManagedConnectionProcessTemplate<P>  
MuleHttpClient A version of the twitter4j client that uses Mule. 
MuleHttpResponse  

P

PoolManager  

R

RequestAuthorizationDefinitionParser  
RequestAuthorizationMessageProcessor RequestAuthorizationMessageProcessor invokes the requestAuthorization(java.lang.String) method in TwitterConnector
RetweetStatusDefinitionParser  
RetweetStatusMessageProcessor RetweetStatusMessageProcessor invokes the retweetStatus(long) method in TwitterConnector
ReverseGeoCodeDefinitionParser  
ReverseGeoCodeMessageProcessor ReverseGeoCodeMessageProcessor invokes the reverseGeoCode(java.lang.Double, java.lang.Double) method in TwitterConnector

S

SampleStreamDefinitionParser  
SampleStreamMessageSource SampleStreamMessageSource wraps sampleStream(org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events. 
SearchDefinitionParser  
SearchMessageProcessor SearchMessageProcessor invokes the search(java.lang.String, java.lang.String, java.lang.String, java.lang.Long, java.lang.String, java.lang.Long, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in TwitterConnector
SearchPlacesDefinitionParser  
SearchPlacesMessageProcessor SearchPlacesMessageProcessor invokes the searchPlaces(java.lang.Double, java.lang.Double, java.lang.String) method in TwitterConnector
SendDirectMessageByScreenNameDefinitionParser  
SendDirectMessageByScreenNameMessageProcessor SendDirectMessageByScreenNameMessageProcessor invokes the sendDirectMessageByScreenName(java.lang.String, java.lang.String) method in TwitterConnector
SendDirectMessageByUserIdDefinitionParser  
SendDirectMessageByUserIdMessageProcessor SendDirectMessageByUserIdMessageProcessor invokes the sendDirectMessageByUserId(long, java.lang.String) method in TwitterConnector
SetOauthVerifierDefinitionParser  
SetOauthVerifierMessageProcessor SetOauthVerifierMessageProcessor invokes the setOauthVerifier(twitter4j.auth.RequestToken, java.lang.String) method in TwitterConnector
ShowStatusDefinitionParser  
ShowStatusMessageProcessor ShowStatusMessageProcessor invokes the showStatus(long) method in TwitterConnector
ShowUserDefinitionParser  
ShowUserMessageProcessor ShowUserMessageProcessor invokes the showUser() method in TwitterConnector
SiteStreamDefinitionParser  
SiteStreamMessageSource SiteStreamMessageSource wraps siteStream(java.util.List, boolean, org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events. 
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 

T

TwitterConnector Twitter is an online social networking service and microblogging service that enables its users to send and read text-based posts of up to 140 characters, known as "tweets". 
TwitterConnectorCapabilitiesAdapter A TwitterConnectorCapabilitiesAdapter is a wrapper around TwitterConnector that implements org.mule.api.Capabilities interface. 
TwitterConnectorConfigDefinitionParser  
TwitterConnectorConnectionFactory  
TwitterConnectorConnectionIdentifierAdapter A TwitterConnectorConnectionIdentifierAdapter is a wrapper around TwitterConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
TwitterConnectorConnectionKey A tuple of connection parameters  
TwitterConnectorConnectionManager A TwitterConnectorConnectionManager is a wrapper around TwitterConnector that adds connection management capabilities to the pojo. 
TwitterConnectorLifecycleAdapter A TwitterConnectorLifecycleAdapter is a wrapper around TwitterConnector that adds lifecycle methods to the pojo. 
TwitterConnectorMetadataAdapater A TwitterConnectorMetadataAdapater is a wrapper around TwitterConnector that adds support for querying metadata about the extension. 
TwitterConnectorProcessAdapter A TwitterConnectorProcessAdapter is a wrapper around TwitterConnector that enables custom processing strategies. 
TwitterNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/twitter

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. 
UpdateStatusDefinitionParser  
UpdateStatusMessageProcessor UpdateStatusMessageProcessor invokes the updateStatus(java.lang.String, long, java.lang.Double, java.lang.Double) method in TwitterConnector
UserEvent UserEvent represent an event on an user stream 
UserEvent.EventType  
UserStreamDefinitionParser  
UserStreamMessageSource UserStreamMessageSource wraps userStream(java.util.List, org.mule.api.callback.SourceCallback) method in TwitterConnector as a message source capable of generating Mule events.