Package org.apache.axis.message
Interface IDResolver
public interface IDResolver
- Author:
- Glen Daniels (gdaniels@allaire.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferencedObject
(String id, Object referent) Store the object associated with idgetReferencedObject
(String href) Get the object refereced by the href
-
Method Details
-
getReferencedObject
Get the object refereced by the href -
addReferencedObject
Store the object associated with id
-