Package org.apache.axis.message
Interface IDResolver
-
public interface IDResolver- Author:
- Glen Daniels (gdaniels@allaire.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddReferencedObject(java.lang.String id, java.lang.Object referent)Store the object associated with idjava.lang.ObjectgetReferencedObject(java.lang.String href)Get the object refereced by the href
-