public class IronManOperations extends Object implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Field and Description |
|---|---|
static String |
FLIGHT_PLAN |
static int |
MISSILE_TRAVEL_TIME |
| Constructor and Description |
|---|
IronManOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeFlightPlan(IronMan ironMan,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback) |
void |
dispose() |
String |
findInstructions(String instructionsFile) |
void |
fireMissile(IronMan ironMan,
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback) |
void |
initialise() |
public static final int MISSILE_TRAVEL_TIME
public static final String FLIGHT_PLAN
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void fireMissile(@Config
IronMan ironMan,
@Connection
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
public String findInstructions(@Optional @Path(acceptedFileExtensions="xml") String instructionsFile)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.