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
Generate service datalists
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseResponseMessage
(ResponseMessage response, jakarta.jms.Message message) Parse queue messageMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
QueueProcessor
Autowired constructor- Parameters:
serializer
- serializer
-
-
Method Details
-
parseResponseMessage
public ServiceData parseResponseMessage(ResponseMessage response, jakarta.jms.Message message) throws AWException Parse queue message- Parameters:
response
- Responsemessage
- Message- Returns:
- Service data
- Throws:
AWException
- Error parsing response
-