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 Detail

getReferencedObject

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


addReferencedObject

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.