Package org.mule.test.vegan.extension
Class HarvestPeachesSource
java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<String,org.mule.tck.message.StringAttributes>
org.mule.test.vegan.extension.HarvestPeachesSource
@Alias("harvest-peaches")
@MediaType("text/plain")
public class HarvestPeachesSource
extends org.mule.runtime.extension.api.runtime.source.Source<String,org.mule.tck.message.StringAttributes>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isConnected
public static boolean isConnected
-
-
Constructor Details
-
HarvestPeachesSource
public HarvestPeachesSource()
-
-
Method Details
-
onStart
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String, org.mule.tck.message.StringAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException- Specified by:
onStartin classorg.mule.runtime.extension.api.runtime.source.Source<String,org.mule.tck.message.StringAttributes> - Throws:
org.mule.runtime.api.exception.MuleException
-
onStop
public void onStop()- Specified by:
onStopin classorg.mule.runtime.extension.api.runtime.source.Source<String,org.mule.tck.message.StringAttributes>
-