| Package | Description |
|---|---|
| com.mulesoft.connectors.x12.extension.internal.operation | |
| com.mulesoft.connectors.x12.extension.internal.service |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
X12Operations.read(X12Config config,
InputStream readContent,
com.mulesoft.connectors.commons.template.connection.ConnectorConnection connection)
Transform an input stream of EDI text into maps/lists structure of EDI data.
|
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.
|
| Constructor and Description |
|---|
ServiceImpl(X12Config config,
com.mulesoft.connectors.commons.template.connection.ConnectorConnection connection) |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.