package javax.naming; public interface Referenceable { Reference getReference() throws NamingException; }