All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
customAttributesOutput() |
Object |
customInputAndOutput(InputStream type) |
String |
customIntersectionTypeInput(InputStream data) |
String |
customIntersectionTypeOutput() |
String |
customTypeInput(InputStream type) |
List<Object> |
customTypeListOutput() |
Object |
customTypeOutput() |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,org.mule.tck.testmodels.fruit.Banana> |
customTypeOutputWithStaticAttributes() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
jsonArrayAttributes() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,ArrayList<InputStream>> |
jsonArrayAttributesList() |
List<String> |
jsonArrayOutputList() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
jsonAttributes() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,List<InputStream>> |
jsonAttributesList() |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream>> |
jsonAttributesPagingProviderWithResult() |
List<InputStream> |
jsonInputList(List<InputStream> persons) |
int |
jsonInputMap(Map<String,Object> json) |
String |
jsonInputStream(InputStream json) |
InputStream |
jsonOutput() |
InputStream |
jsonOutputArray() |
List<String> |
jsonOutputList() |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MetadataConnection,String> |
jsonOutputPagingProvider() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
xmlAttributes() |
String |
xmlInput(InputStream xml) |
InputStream |
xmlOutput() |
List<InputStream> |
xmlOutputList() |
List<InputStream> |
xmlOutputListWithEmptySchema() |
InputStream |
xmlOutputSchemaWithImport() |