Package org.mule.tests.internal
Class SkeletonSource
java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>
org.mule.tests.internal.SkeletonSource
@MediaType(value="*/*",
strict=false)
public class SkeletonSource
extends org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>
Mock message source that provides access to the Processor set by the owner Flow.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SkeletonSource
public SkeletonSource()
-
-
Method Details
-
onStart
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback) throws org.mule.runtime.api.exception.MuleException - Specified by:
onStartin classorg.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream> - Throws:
org.mule.runtime.api.exception.MuleException
-
isStarted
public boolean isStarted() -
onStop
public void onStop()- Specified by:
onStopin classorg.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>
-