com.sap.aii.mapping.api

Class TransformationOutput

java.lang.Object
  extended by com.sap.aii.mapping.api.TransformationOutput

public abstract class TransformationOutput
extends Object

Access to all output data of the mapping.


Constructor Summary
TransformationOutput()
           
 
Method Summary
abstract  void copyInputAttachments()
          Copy all original attachments of the source message to the attachment list of the target message.
abstract  OutputAttachments getOutputAttachments()
          Get the handler for output attachments.
abstract  OutputHeader getOutputHeader()
           
abstract  OutputParameters getOutputParameters()
           
abstract  OutputPayload getOutputPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationOutput

public TransformationOutput()
Method Detail

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.

Access Rights

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