com.bea.control
Interface XMLCacheControl


public interface XMLCacheControl


Method Summary
 org.apache.xmlbeans.XmlObject get(String key)
          Gets the XML document for the provided key from the XML Cache
 

Method Detail

get

org.apache.xmlbeans.XmlObject get(String key)
                                  throws org.apache.xmlbeans.XmlException,
                                         IOException
Gets the XML document for the provided key from the XML Cache

Parameters:
key - key of the XML document that needs to be retrieved
Returns:
xmlObject The XML document corresponding to the provided key
Throws:
org.apache.xmlbeans.XmlException
IOException