Uses of Class
com.sap.gateway.ip.core.customdev.util.AttachmentWrapper
Packages that use AttachmentWrapper
-
Uses of AttachmentWrapper in com.sap.gateway.ip.core.customdev.util
Methods in com.sap.gateway.ip.core.customdev.util that return types with arguments of type AttachmentWrapperModifier and TypeMethodDescriptionMessage.getAttachmentWrapperObjects()Returns all attachments of the messageMethods in com.sap.gateway.ip.core.customdev.util with parameters of type AttachmentWrapperModifier and TypeMethodDescriptionvoidMessage.addAttachmentHeader(String headerName, String headerValue, AttachmentWrapper attachment) Add this value to the existing values for this headerName of the attachment.voidMessage.addAttachmentObject(String id, AttachmentWrapper content) Adds an attachment to the message using the idMessage.getAttachmentHeader(String headerName, AttachmentWrapper attachment) Get all the values for this header name for the attachment.voidMessage.removeAttachmentHeader(String headerName, AttachmentWrapper attachment) Remove all headers with this name.voidMessage.setAttachmentHeader(String headerName, String headerValue, AttachmentWrapper attachment) Set the value for this headerName to the attachment.Method parameters in com.sap.gateway.ip.core.customdev.util with type arguments of type AttachmentWrapperModifier and TypeMethodDescriptionvoidMessage.setAttachmentWrapperObjects(Map<String, AttachmentWrapper> attachmentObjects) Set all the attachments associated with this message