7273747576777879808182
public ReplyInterface outgoingFilter(RequestInterface req, ReplyInterface rep) { Reply reply = (Reply) rep; if ( getOnOffFlag() ) reply.dump(System.out); return null ; } }