public interface  org.apache.dubbo.remoting.Decodeable extends java.lang.Object
{
public abstract void decode() throws java.lang.Exception;
}