public class CommentListUtil
extends java.lang.Object
Constructor and Description |
---|
CommentListUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
populateComments(org.apache.axiom.om.OMElement el,
java.util.List<java.lang.String> commentList)
Adds comments in Synapse to a list of comments
|
static void |
serializeComments(org.apache.axiom.om.OMElement parent,
java.util.List<java.lang.String> commentList)
Serialize string comment entries from a List
|
public static void populateComments(org.apache.axiom.om.OMElement el, java.util.List<java.lang.String> commentList)
el
- OMElement containing the commentscommentList
- List to be which the comments should be added topublic static void serializeComments(org.apache.axiom.om.OMElement parent, java.util.List<java.lang.String> commentList)
parent
- OMElement to be updatedcommentList
- List of comment entries to be serializedCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.