com.sap.aii.mapping.api
Class TransformationOutput
java.lang.Object
com.sap.aii.mapping.api.TransformationOutput
public abstract class TransformationOutput
- extends Object
Access to all output data of the mapping.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformationOutput
public TransformationOutput()
getOutputHeader
public abstract OutputHeader getOutputHeader()
getOutputParameters
public abstract OutputParameters getOutputParameters()
getOutputPayload
public abstract OutputPayload getOutputPayload()
getOutputAttachments
public abstract OutputAttachments getOutputAttachments()
- Get the handler for output attachments. The state of this handler
after the mapping will determine the list of attachments, that will
be finally sent with the message. At the beginning, the attachment list is empty,
that means, initially all source attachments will be removed.
You can copy the source attachments at any time by calling
copyInputAttachments().
- Returns:
- handler for managing the attachments of the target message.
copyInputAttachments
public abstract void copyInputAttachments()
- Copy all original attachments of the source message to the attachment list
of the target message.
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
Copyright 2014 SAP AG Complete Copyright Notice