Class QueueProcessor

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.data.processor.QueueProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class QueueProcessor extends ServiceConfig
Generate service datalists
  • Constructor Details

    • QueueProcessor

      public QueueProcessor(XStreamSerializer serializer)
      Autowired constructor
      Parameters:
      serializer - serializer
  • Method Details

    • parseResponseMessage

      public ServiceData parseResponseMessage(ResponseMessage response, jakarta.jms.Message message) throws AWException
      Parse queue message
      Parameters:
      response - Response
      message - Message
      Returns:
      Service data
      Throws:
      AWException - Error parsing response