1    package com.mjh.switchrmi.script;
2    
3    public interface JSEcho
4    {
5        public String echo(String value);
6    }