Package org.openwms.common.comm.osip.err
Class ErrorMessageHandler
java.lang.Object
org.openwms.common.comm.osip.err.ErrorMessageHandler
A ErrorMessageHandler.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ErrorMessage msg, Map<String, String> headers) Send the incoming ErrorMessage out over TCP/IP.
-
Field Details
-
channels
private final org.openwms.common.comm.app.Channels channels
-
-
Constructor Details
-
ErrorMessageHandler
ErrorMessageHandler(org.openwms.common.comm.app.Channels channels)
-
-
Method Details
-
handle
Send the incoming ErrorMessage out over TCP/IP.- Parameters:
msg
- The ErrorMessage to sendheaders
- The headers to apply
-