1 package org.paneris.jammyjoes.mail; 2 3 public interface ImageParser { 4 5 public String getText(); 6 }