package com.xzzn.ems.service; public interface IFXXDataProcessService { public void handleFxData(String message); }