Class SimpleSource
java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>
org.mule.tooling.extensions.metadata.api.source.SimpleSource
@Alias("simple")
@MediaType("text/plain")
@MetadataScope(keysResolver=MultiLevelPartialTypeKeysOutputTypeResolver.class,
outputResolver=MultiLevelPartialTypeKeysOutputTypeResolver.class,
attributesResolver=MultiLevelPartialTypeKeysOutputTypeResolver.class)
@SampleData(SourceSampleDataProvider.class)
public class SimpleSource
extends org.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
actingParameter
-
independentParam
-
configDependantParam
-
connectionDependantParam
-
actingParameterDependantParam
-
locationKey
-
-
Constructor Details
-
SimpleSource
public SimpleSource()
-
-
Method Details
-
onStart
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String, StringAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException- Specified by:
onStartin classorg.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes> - Throws:
org.mule.runtime.api.exception.MuleException
-
onSuccess
@OnSuccess public void onSuccess(@TypeResolver(MultiLevelPartialTypeKeysOutputTypeResolver.class) String onSuccessParameter, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) throws Exception - Throws:
Exception
-
onTerminate
@OnTerminate public void onTerminate() -
onStop
public void onStop()- Specified by:
onStopin classorg.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>
-