Uses of Class
com.ail.core.configure.XMLMapping

Packages that use XMLMapping
com.ail.core.configure   
com.ail.core.xmlbinding   
 

Uses of XMLMapping in com.ail.core.configure
 

Methods in com.ail.core.configure that return XMLMapping
 XMLMapping Configuration.getXmlMapping()
          Get the XML mapping for this configuration.
 XMLMapping ConfigurationHandler.getXMLMapping(ConfigurationOwner owner, CoreUser user, Core core)
          Locate and return the XMLMapping associated with a configuration.
 

Methods in com.ail.core.configure with parameters of type XMLMapping
 void Configuration.setXmlMapping(XMLMapping xmlMapping)
          Set the XML mapping definition for this configuration.
 

Uses of XMLMapping in com.ail.core.xmlbinding
 

Methods in com.ail.core.xmlbinding that return XMLMapping
 XMLMapping ToXMLArgImp.getXmlMappingInOut()
          Get the value of XmlMapping.
 XMLMapping FromXMLArgImp.getXmlMappingInOut()
          Get the value of XmlMapping.
 XMLMapping ToXMLCommand.getXmlMappingInOut()
          Get the value of XmlMapping.
 XMLMapping FromXMLCommand.getXmlMappingInOut()
          Get the value of XmlMapping.
 XMLMapping FromXMLArg.getXmlMappingInOut()
          Get the value of XmlMapping.
 XMLMapping ToXMLArg.getXmlMappingInOut()
          Get the value of XmlMapping.
 

Methods in com.ail.core.xmlbinding with parameters of type XMLMapping
static org.exolab.castor.xml.XMLClassDescriptorResolver CastorMappingLoader.fetchClassResolver(XMLMapping argsMappingInOut)
          Fetch a class resolver based on the mappings supplied: by default in CastorBaseMapping.xml; and per caller as specified in the argument.
 void ToXMLArgImp.setXmlMappingInOut(XMLMapping xmlMapping)
          Set the XML mapping property.
 void FromXMLArgImp.setXmlMappingInOut(XMLMapping xmlMappingInOut)
          Set the XML mapping property.
 void ToXMLCommand.setXmlMappingInOut(XMLMapping xmlMapping)
          Set the XML mapping property.
 void FromXMLCommand.setXmlMappingInOut(XMLMapping xmlMapping)
          Set the XML mapping property.
 void FromXMLArg.setXmlMappingInOut(XMLMapping xmlMapping)
          Set the XML mapping property.
 void ToXMLArg.setXmlMappingInOut(XMLMapping xmlMapping)
          Set the XML mapping property.