Package org.apache.synapse.util
Class CommentListUtil
- java.lang.Object
-
- org.apache.synapse.util.CommentListUtil
-
public class CommentListUtil extends Object
Contains the utils that are used to handle comments in synapse
-
-
Constructor Summary
Constructors Constructor Description CommentListUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
populateComments(org.apache.axiom.om.OMElement el, List<String> commentList)
Adds comments in Synapse to a list of commentsstatic void
serializeComments(org.apache.axiom.om.OMElement parent, List<String> commentList)
Serialize string comment entries from a List
-