@MediaType("text/plain")
@Alias("listener")
public class TestOAuthRefreshSource
extends org.mule.runtime.extension.api.runtime.source.Source<String ,String >
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
void
onStart (org.mule.runtime.extension.api.runtime.source.SourceCallback<String ,String > sourceCallback)
void
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
SOURCE_ITEM_PAYLOAD
public static final String SOURCE_ITEM_PAYLOAD
See Also:
SOURCE_ITEM_ATTRIBUTE
public static final String SOURCE_ITEM_ATTRIBUTE
See Also:
Constructor Details
TestOAuthRefreshSource
public TestOAuthRefreshSource ()
Method Details
onStart
public void onStart (org.mule.runtime.extension.api.runtime.source.SourceCallback<String ,String > sourceCallback)
throws org.mule.runtime.api.exception.MuleException
Specified by:
onStart in class org.mule.runtime.extension.api.runtime.source.Source<String ,String >
Throws:
org.mule.runtime.api.exception.MuleException
onStop
public void onStop ()
Specified by:
onStop in class org.mule.runtime.extension.api.runtime.source.Source<String ,String >