org.jbind.xml.code
Interface IXmlCode

All Known Subinterfaces:
IConfigurationCode
All Known Implementing Classes:
ConfigurationCode, XmlCode

public interface IXmlCode

Base type for XML applications executers and XML configurers.


Method Summary
 IAnyTypeData getCode()
          Gets the XML code.
 java.lang.String getUrl()
          Gets the URL of the XML instance document of the XML code.
 

Method Detail

getUrl

public java.lang.String getUrl()
Gets the URL of the XML instance document of the XML code.

Returns:
(required).

getCode

public IAnyTypeData getCode()
                     throws XmlException
Gets the XML code.

Returns:
(required).
Throws:
XmlException - Raised if the XML instance document could not be instantiated properly.