Uses of Interface
com.sap.ip.me.api.sync.OutboundContainer

Packages that use OutboundContainer
com.sap.ip.me.api.sync   
 

Uses of OutboundContainer in com.sap.ip.me.api.sync
 

Methods in com.sap.ip.me.api.sync that return OutboundContainer
 OutboundContainer OutboundContainerFactory.createOutboundContainer(VisibilityType visibility, java.lang.String method)
          Factory method for OutboundContainer object with type OUTBOUND
abstract  OutboundContainer OutboundContainerFactory.createOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type)
          Factory method for OutboundContainer object from given type
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment)
          Factory method for AttachmentOutboundContainer object.
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment, java.lang.String msgIndex, java.lang.String msgType)
          Deprecated. setting message index manualy is supported only in the old protocol version. Since backend 6.20 SP 12 new protocol is supported. In the new synchronization protocol message index will be set by the framework for each container from type outbound and each smart sync container.
abstract  OutboundContainer OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType visibility, java.lang.String method, java.lang.String type, java.lang.String attachmentName, java.lang.String attachment, java.lang.String msgType)
          Factory method for AttachmentOutboundContainer object.
 



Copyright © 2005 SAP AG. All Rights Reserved.