package com.agedwards.secref.webservice;

public interface MyService extends java.rmi.Remote {
    void testMethod() throws com.agedwards.core.util.WrappingException;
}