TestMBean.java 102 Bytes Raw Blame History Permalink 1 2 3 4 5 package com.sitech.ismp.check.mbean; public interface TestMBean { public String test(String str); }