org.apache.axis.message

Interface IDResolver

public interface IDResolver

Author:
Glen Daniels (gdaniels@allaire.com)

Method Summary

void
addReferencedObject(String id, Object referent)
Store the object associated with id
Object
getReferencedObject(String href)
Get the object refereced by the href

Method Details

addReferencedObject

public void addReferencedObject(String id,
                                Object referent)
Store the object associated with id

getReferencedObject

public Object getReferencedObject(String href)
Get the object refereced by the href

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.