KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > systest > ws > addressing > VerificationCache


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