1: package org.objectweb.celtix.endpoints; 2: 3: public interface ContextInspector { 4: String getAddress(Object object); 5: }