Class SchemaRootBase.ClassDecoratorUnmarshaller

    • Constructor Detail

      • ClassDecoratorUnmarshaller

        public ClassDecoratorUnmarshaller()
        Constructor.
    • Method Detail

      • createInstance

        protected java.lang.Object createInstance​(java.lang.String cname,
                                                  UnmarshallingContext ctx)
        Create an instance of the appropriate class decorator class, to be used for unmarshalling. This always uses the default constructor for the specified class.
        Specified by:
        createInstance in class SchemaRootBase.ExtensionUnmarshaller
        Parameters:
        cname - class name from element (null if not supplied)
        ctx - unmarshalling context
        Returns:
        object