| Modifier and Type | Method and Description |
|---|---|
static OutputEdiMimeType |
OutputEdiMimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputEdiMimeType[] |
OutputEdiMimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,X12WriteAttributes> |
X12Operations.write(X12Config config,
Map<String,Object> writeContent,
com.mulesoft.connectors.commons.template.connection.ConnectorConnection connection,
OutputEdiMimeType outputEdiMimeType,
String interchangeNumberKey,
String groupNumberKey,
String transactionNumberKey)
Transform maps/lists structure of EDI data to EDI text stream.
|
| Modifier and Type | Method and Description |
|---|---|
OutputEdiMimeType |
WriterParams.getOutputEdiMimeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterParams.setOutputEdiMimeType(OutputEdiMimeType outputEdiMimeType) |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.