init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.eactive.eai.message.parser;
|
||||
|
||||
import com.eactive.eai.message.StandardMessage;
|
||||
|
||||
public interface StandardReader {
|
||||
public StandardMessage parse(StandardMessage message, Object data) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user