Package org.mule.test.marvel.ironman
Class IronManOperations
java.lang.Object
org.mule.test.marvel.ironman.IronManOperations
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Disposable,org.mule.runtime.api.lifecycle.Initialisable
public class IronManOperations
extends Object
implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
-
Field Summary
FieldsFields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeFlightPlan(IronMan ironMan, org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void, Void> callback) voiddispose()findInstructions(String instructionsFile, String readerClass) voidfireMissile(IronMan ironMan, Missile missile, Villain at, org.mule.sdk.api.runtime.process.CompletionCallback<String, Void> callback) voidfireMissileEpicShot(IronMan ironMan, Missile missile, Villain at, org.mule.sdk.api.runtime.process.CompletionCallback<String, Void> callback) voidfireMissileMishap(IronMan ironMan, Missile missile, Villain at, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, Void> callback) void
-
Field Details
-
MISSILE_TRAVEL_TIME
public static final int MISSILE_TRAVEL_TIME- See Also:
-
FLIGHT_PLAN
- See Also:
-
-
Constructor Details
-
IronManOperations
public IronManOperations()
-
-
Method Details
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.mule.runtime.api.lifecycle.Initialisable- Throws:
org.mule.runtime.api.lifecycle.InitialisationException
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.mule.runtime.api.lifecycle.Disposable
-
fireMissile
-
fireMissileMishap
-
fireMissileEpicShot
-
findInstructions
-
computeFlightPlan
-