@MediaType("*/*")
public class MagnetoBrotherhood
extends org.mule.runtime.extension.api.runtime.source.Source<Iterator,Void>
-
Constructor Summary
Constructors
-
Method Summary
void
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Iterator,Void> sourceCallback)
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MagnetoBrotherhood
public MagnetoBrotherhood()
-
Method Details
-
onStart
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Iterator,Void> sourceCallback)
throws org.mule.runtime.api.exception.MuleException
- Specified by:
onStart in class org.mule.runtime.extension.api.runtime.source.Source<Iterator,Void>
- Throws:
org.mule.runtime.api.exception.MuleException
-
onSuccess
@OnSuccess
public void onSuccess(@ParameterGroup(name="Response",showInDsl=true)
MutantUnitedResponse mutantResponse,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
-
onStop
public void onStop()
- Specified by:
onStop in class org.mule.runtime.extension.api.runtime.source.Source<Iterator,Void>