public class SomeOps extends Object
| Constructor and Description |
|---|
SomeOps() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> |
inputStreamConsumingOperation(org.mule.runtime.api.metadata.TypedValue<InputStream> value)
An operation to test the ByteArray to InputStream value transformation.
|
String |
oneRequiredParameterResolverOperation(SomeParameterGroupOneRequiredConfig oneParameterGroup)
An operation to test an use-case of a ParameterGroup shown as a child-element of the operation xml definition, with a
|
void |
someOp(String conn,
SomeExtension ext) |
public void someOp(@Connection
String conn,
@Config
SomeExtension ext)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> inputStreamConsumingOperation(@Content org.mule.runtime.api.metadata.TypedValue<InputStream> value)
value - the value for the operation to consumepublic String oneRequiredParameterResolverOperation(@ParameterGroup(name="Awesome Parameter Group",showInDsl=true) SomeParameterGroupOneRequiredConfig oneParameterGroup)
oneParameterGroup - some test operation config with a isOneRequired exclusive-optional configurationCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.