/* * <p> * 版权: ©2011 * </p> */ package org.young.isocket.service; /** * <p> * * </p> * * @see * @author yangjun2 * @email yangjun1120@gmail.com * */ public interface INotifyService extends IService { public void invoke(ServiceRequest svcReq); }