File
Doc
Category
Size
Date
Package
IDResolver.java
API Doc
Apache Axis 1.4
994
Sat Apr 22 18:57:28 BST 2006
org.apache.axis.message
IDResolver
public interface IDResolver
author
Glen Daniels (gdaniels@allaire.com)
Fields Summary
Constructors Summary
Methods Summary
public void
addReferencedObject
(
java.lang.String
id,
java.lang.Object
referent)
Store the object associated with id
public
java.lang.Object
getReferencedObject
(
java.lang.String
href)
Get the object refereced by the href
Java Code Source