Package org.mule.test.marvel.xmen
Class WeaponXOperations
java.lang.Object
org.mule.test.marvel.xmen.WeaponXOperations
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void>> adamantiumInjectors(int injectorsToCreate, int injectorLoad) voidgambitChargeItems(org.mule.runtime.api.metadata.TypedValue<Iterator> items) voidgambitReluctantCharge(InputStream input) voidgambitReluctantChargeItems(org.mule.runtime.api.metadata.TypedValue<Iterator> items) voidwolverineChillOut(CanadianForest forest) voidwolverineChillOutQuick(CanadianForest forest) voidwolverineShred(List enemies) woundsPassthrough(org.mule.runtime.api.metadata.TypedValue<Object> wounds)
-
Constructor Details
-
WeaponXOperations
public WeaponXOperations()
-
-
Method Details
-
adamantiumInjectors
public List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void>> adamantiumInjectors(int injectorsToCreate, int injectorLoad) -
wolverineBlocklist
-
wolverineShred
-
wolverineChillOut
-
wolverineChillOutQuick
-
gambitReluctantCharge
-
gambitChargeItems
public void gambitChargeItems(@Content @Optional(defaultValue="#[payload]") org.mule.runtime.api.metadata.TypedValue<Iterator> items) -
gambitReluctantChargeItems
public void gambitReluctantChargeItems(@Content @Optional org.mule.runtime.api.metadata.TypedValue<Iterator> items) -
woundsPassthrough
@OutputResolver(output=PassthroughMetadataResolver.class) public org.mule.runtime.extension.api.runtime.operation.Result<Object,Void> woundsPassthrough(@Content(primary=true) org.mule.runtime.api.metadata.TypedValue<Object> wounds) - Parameters:
wounds-- Returns:
-