Class BatchXMLMapper


  • public class BatchXMLMapper
    extends Object
    • Constructor Detail

      • BatchXMLMapper

        public BatchXMLMapper​(ClassLoader loader)
    • Method Detail

      • getArtifactById

        public Class<?> getArtifactById​(String id)
        Get Class object, for the FQCN value in the key-value pair within a batch.xml (loaded as a resource by the classloader which is this object's classloader field). to by the key
        Parameters:
        id - The key in the key-value pair within batch.xml
        Returns:
        Class object (class loaded by the classloader which is this object's classloader field).
      • populateArtifactMapFromStream

        protected static com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMap populateArtifactMapFromStream​(com.ibm.jbatch.container.cdi.BatchXMLMapper.ArtifactMap tempMap,
                                                                                                               InputStream is)