Class ParserUtilService

  • All Implemented Interfaces:
    net.anotheria.anoprise.metafactory.Service, net.anotheria.asg.service.ASGService

    public class ParserUtilService
    extends BasicService
    Util service for processing transferred documents.
    • Method Detail

      • addToQueueParsingDocuments

        public void addToQueueParsingDocuments​(org.codehaus.jettison.json.JSONArray data)
                                        throws java.lang.Exception
        Add transferred objects to processing queue.
        Parameters:
        data - JSONArray of documents
        Throws:
        java.lang.Exception - if any errors occurs
      • executeParsingInServiceByName

        protected void executeParsingInServiceByName​(ModuleName moduleName,
                                                     DocumentName documentName,
                                                     org.codehaus.jettison.json.JSONObject dataObject)
                                              throws net.anotheria.asg.exception.ASGRuntimeException
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException