<Object	ID="ServerObject" __autoConstruct="DataSource">
    <fields>
        <ID type="string"/>
        <className type="string"/>
        <methodName type="string"/>
        <lookupStyle type="enum">
            <valueMap new="new" factory="factory" attribute="attribute" spring="spring" cdi="cdi"/>
        </lookupStyle>
        <attributeName type="string"/>
        <attributeScope type="enum">
            <valueMap request="request" session="session" application="application"/>
        </attributeScope>
        <bean type="string"/>
        <visibleMethods multiple="true" type="Method" propertiesOnly="true"/>
        <dropExtraFields type="boolean"/>
        <crudOnly type="boolean" />
    </fields>
</Object>
