Uses of Class
com.ail.core.XMLException

Packages that use XMLException
com.ail.core   
com.ail.core.xmlbinding   
 

Uses of XMLException in com.ail.core
 

Methods in com.ail.core that throw XMLException
<T> T
Core.fromXML(java.lang.Class<T> clazz, XMLString xml)
          Transform XML into an object.
<T> T
CoreProxy.fromXML(java.lang.Class<T> clazz, XMLString xml)
          Transform XML into an object.
 

Uses of XMLException in com.ail.core.xmlbinding
 

Methods in com.ail.core.xmlbinding that throw XMLException
<T> T
XMLBinding.fromXML(java.lang.Class<T> clazz, XMLString xml)
          Convert an XMLString into an object of the Type that it represents.
 void CastorFromXMLService.invoke()
          The 'business logic' of the entry point.
 void CastorToXMLService.invoke()
          Use the castor marshaller to translate an object into an XML string.