提交 feb6ddd6 编写于 作者: B bessani@gmail.com

No commit message

No commit message
上级 01e6519d
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package navigators.smart.tom.util;
import navigators.smart.tom.core.messages.TOMMessage;
/**
* Provides support for building custom response extractors to be used in the
* ServiceProxy.
*
* @author alysson
*/
public interface Extractor {
TOMMessage extractResponse(TOMMessage[] replies, int sameContent, int lastReceived);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册