Interface IBeanObjectCreator


  • public interface IBeanObjectCreator
    Interface for creator objects that can create different kinds of objects according to the xml attributes.
    • Method Detail

      • createObject

        java.lang.Object createObject​(IContext context,
                                      java.util.Map<java.lang.String,​java.lang.String> rawattributes)
                               throws java.lang.Exception
        Create an object.
        Parameters:
        context - The context.
        rawattributes - The raw attributes.
        Returns:
        The created object (or null for none).
        Throws:
        java.lang.Exception