Class MessageCommandHandlerImpl
java.lang.Object
org.openwms.common.transport.commands.MessageCommandHandlerImpl
- All Implemented Interfaces:
MessageCommandHandler
A MessageCommandHandlerImpl is a transactional Spring managed bean that processes
MessageCommand
s.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private final TransportUnitService
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
service
-
-
Constructor Details
-
MessageCommandHandlerImpl
MessageCommandHandlerImpl(TransportUnitService service)
-
-
Method Details
-
handle
Process aMessageCommand
.- Specified by:
handle
in interfaceMessageCommandHandler
- Parameters:
command
- The command to process
-