org.apache.axis.message
Interface IDResolver
- public interface IDResolver
Method Summary |
void |
addReferencedObject(java.lang.String id,
java.lang.Object referent)
Store the object associated with id |
java.lang.Object |
getReferencedObject(java.lang.String href)
Get the object refereced by the href |
getReferencedObject
public java.lang.Object getReferencedObject(java.lang.String href)
- Get the object refereced by the href
addReferencedObject
public void addReferencedObject(java.lang.String id,
java.lang.Object referent)
- Store the object associated with id
Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.