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,
String readerClass) |
void |
fireMissile(IronMan ironMan,
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback) |
void |
fireMissileEpicShot(IronMan ironMan,
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback) |
void |
fireMissileMishap(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.Disposable@MediaType(value="text/plain")
public void fireMissile(@Config
IronMan ironMan,
@Connection
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
@MediaType(value="text/plain")
public void fireMissileMishap(@Config
IronMan ironMan,
@Connection
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
@MediaType(value="text/plain")
public void fireMissileEpicShot(@Config
IronMan ironMan,
@Connection
Missile missile,
Villain at,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
@MediaType(value="text/plain") public String findInstructions(@Optional @Path(acceptedFileExtensions="xml",location=EMBEDDED) String instructionsFile, @Optional @ClassValue(extendsOrImplements="com.starkindustries.Reader") String readerClass)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.