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 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:
      onStart in class org.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:
      onStop in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>