1: package org.objectweb.celtix.systest.ws.addressing; 2: 3: public interface VerificationCache { 4: void put(String verification); 5: }