Uses of Interface
org.mule.api.callback.HttpCallback

Packages that use HttpCallback
org.mule.api.callback   
org.mule.security.oauth   
org.mule.security.oauth.callback   
org.mule.security.oauth.processor   
 

Uses of HttpCallback in org.mule.api.callback
 

Methods in org.mule.api.callback that return HttpCallback
 HttpCallback HttpCallbackFactory.createCallback(HttpCallbackAdapter adapter, String authCodeRegex, FetchAccessTokenMessageProcessor fetchAccessTokenMessageProcessor, MessageProcessor listener, MuleContext muleContext, FlowConstruct flowConstruct)
          returns a new callback that has not been started
 

Uses of HttpCallback in org.mule.security.oauth
 

Classes in org.mule.security.oauth that implement HttpCallback
 class DefaultHttpCallback
          Default implementation of HttpCallback.
 

Uses of HttpCallback in org.mule.security.oauth.callback
 

Methods in org.mule.security.oauth.callback that return HttpCallback
 HttpCallback DefaultHttpCallbackFactory.createCallback(HttpCallbackAdapter adapter, String authCodeRegex, FetchAccessTokenMessageProcessor fetchAccessTokenMessageProcessor, MessageProcessor listener, MuleContext muleContext, FlowConstruct flowConstruct)
           
 

Uses of HttpCallback in org.mule.security.oauth.processor
 

Methods in org.mule.security.oauth.processor that return HttpCallback
 HttpCallback AbstractAuthorizeMessageProcessor.getOauthCallback()
           
 

Methods in org.mule.security.oauth.processor with parameters of type HttpCallback
 void AbstractAuthorizeMessageProcessor.setOauthCallback(HttpCallback oauthCallback)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.