Class AbstractJsonCollectionHandler

    • Constructor Detail

      • AbstractJsonCollectionHandler

        public AbstractJsonCollectionHandler()
    • Method Detail

      • getTimeStamp

        protected Date getTimeStamp​(org.apache.commons.jxpath.JXPathContext context,
                                    XmlGroup group)
        Gets the time stamp.
        Parameters:
        context - the JXPath context
        group - the group
        Returns:
        the time stamp
      • getJSONObject

        protected net.sf.json.JSONObject getJSONObject​(String urlString,
                                                       Request request)
                                                throws Exception
        Gets the JSON object.
        Parameters:
        urlString - the URL string
        request - the request
        Returns:
        the JSON object
        Throws:
        Exception - the exception
      • wrapArray

        protected static net.sf.json.JSONObject wrapArray​(net.sf.json.JSON json)