JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
M
R
S
A
addAttachmentHeader(String, String, AttachmentWrapper)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Add this value to the existing values for this headerName of the attachment.
addAttachmentHeader(String, String, Attachment)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
addAttachmentObject(String, AttachmentWrapper)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Adds an attachment to the message using the id
addAttachmentObject(String, Attachment)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
addHeader(String, String)
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
AttachmentWrapper
- Class in
com.sap.gateway.ip.core.customdev.util
AttachmentWrapper(DataHandler)
- Constructor for class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
AttachmentWrapper(DataSource)
- Constructor for class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
C
clearSoapHeaders()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
removes all SOAP headers of the current message
com.sap.gateway.ip.core.customdev.util
- package com.sap.gateway.ip.core.customdev.util
G
getActor()
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
getAttachmentHeader(String, AttachmentWrapper)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Get all the values for this header name for the attachment.
getAttachmentHeader(String, Attachment)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
getAttachmentObjects()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
getAttachments()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getAttachmentsSize()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Returns the combined size of all message attachments
getAttachmentWrapperObjects()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Returns all attachments of the message
getBody(Class<T>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getBody()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getBodySize()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Returns the size of the message body.
getDataHandler()
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
getElement()
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
getHeader(String)
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
getHeader(String, Class<T>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getHeaderAsList(String)
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
getHeaderNames()
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
getHeaders()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getProperties()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getProperty(String)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
getQname()
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
getSoapHeaders()
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
returns the SOAP headers of the current message.
I
isMustUnderstand()
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
M
Message
- Interface in
com.sap.gateway.ip.core.customdev.util
R
removeAttachmentHeader(String, AttachmentWrapper)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Remove all headers with this name.
removeAttachmentHeader(String, Attachment)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
removeHeader(String)
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
S
setActor(String)
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
setAttachmentHeader(String, String, AttachmentWrapper)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Set the value for this headerName to the attachment.
setAttachmentHeader(String, String, Attachment)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
setAttachmentObjects(Map<String, Attachment>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Deprecated.
setAttachments(Map<String, DataHandler>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setAttachmentWrapperObjects(Map<String, AttachmentWrapper>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
Set all the attachments associated with this message
setBody(Object)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setElement(Element)
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
setHeader(String, String)
- Method in class com.sap.gateway.ip.core.customdev.util.
AttachmentWrapper
setHeader(String, Object)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setHeaders(Map<String, Object>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setMustUnderstand(boolean)
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
setProperties(Map<String, Object>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setProperty(String, Object)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
setQname(QName)
- Method in class com.sap.gateway.ip.core.customdev.util.
SoapHeader
setSoapHeaders(List<SoapHeader>)
- Method in interface com.sap.gateway.ip.core.customdev.util.
Message
sets the SOAP headers in a message that will be sent
SoapHeader
- Class in
com.sap.gateway.ip.core.customdev.util
SoapHeader(QName, Element, boolean, String)
- Constructor for class com.sap.gateway.ip.core.customdev.util.
SoapHeader
SoapHeader(QName, String, boolean, String)
- Constructor for class com.sap.gateway.ip.core.customdev.util.
SoapHeader
A
C
G
I
M
R
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020 SAP. All Rights Reserved.