Class DescriptorSourceFactory


  • public final class DescriptorSourceFactory
    extends java.lang.Object
    A factory for creating the source code of descriptor classes.
    Version:
    $Revision: 8262 $ $Date: 2006-04-13 07:37:49 -0600 (Thu, 13 Apr 2006) $
    Author:
    Keith Visco
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JClass createSource​(ClassInfo classInfo)
      Creates the Source code of a MarshalInfo for a given XML Schema element declaration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DescriptorSourceFactory

        public DescriptorSourceFactory​(BuilderConfiguration config)
        Creates a new DescriptorSourceFactory with the given configuration.
        Parameters:
        config - the BuilderConfiguration instance
    • Method Detail

      • createSource

        public JClass createSource​(ClassInfo classInfo)
        Creates the Source code of a MarshalInfo for a given XML Schema element declaration.
        Parameters:
        classInfo - the XML Schema element declaration
        Returns:
        the JClass representing the MarshalInfo source code