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 Summary
Constructors Constructor Description QueueProcessor(XStreamSerializer serializer)
Autowired constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceData
parseResponseMessage(ResponseMessage response, javax.jms.Message message)
Parse queue message-
Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
-
-
-
Constructor Detail
-
QueueProcessor
public QueueProcessor(XStreamSerializer serializer)
Autowired constructor- Parameters:
serializer
- serializer
-
-
Method Detail
-
parseResponseMessage
public ServiceData parseResponseMessage(ResponseMessage response, javax.jms.Message message) throws AWException
Parse queue message- Parameters:
response
- Responsemessage
- Message- Returns:
- Service data
- Throws:
AWException
- Error parsing response
-
-