Package org.mule.test.marvel.xmen
Class MagnetoMutantSummon
java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<InputStream,Void>
org.mule.test.marvel.xmen.MagnetoMutantSummon
@MediaType("text/plain")
public class MagnetoMutantSummon
extends org.mule.runtime.extension.api.runtime.source.Source<InputStream,Void>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonError(org.mule.runtime.api.message.Error error) voidonStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream, Void> sourceCallback) voidonStop()voidonSuccess(MutantUnitedResponse mutantResponse, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext)
-
Field Details
-
MESSAGE
- See Also:
-
ERROR_NOTIFICATION_ACTION
public static final int ERROR_NOTIFICATION_ACTION- See Also:
-
CLASSLOADER_NOTIFICATION_ACTION
public static final int CLASSLOADER_NOTIFICATION_ACTION- See Also:
-
-
Constructor Details
-
MagnetoMutantSummon
public MagnetoMutantSummon()
-
-
Method Details
-
onStart
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream, Void> sourceCallback) throws org.mule.runtime.api.exception.MuleException- Specified by:
onStartin classorg.mule.runtime.extension.api.runtime.source.Source<InputStream,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, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) throws IOException - Throws:
IOException
-
onError
@OnError public void onError(org.mule.runtime.api.message.Error error) -
onStop
public void onStop()- Specified by:
onStopin classorg.mule.runtime.extension.api.runtime.source.Source<InputStream,Void>
-