public Object createBlueprintElement()

in plugins/org.apache.geronimo.st.v30.core/src/main/java/org/apache/geronimo/st/v30/core/jaxb/JAXBObjectFactoryImpl.java [194:250]


    public Object createBlueprintElement(Class type) {
        if ( type.equals( Targument.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTargument();
        } else if ( type.equals( Tbean.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTbean();
        } else if ( type.equals( Tblueprint.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTblueprint();
        } else if ( type.equals( Tcollection.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTcollection();
        } else if ( type.equals( Tdescription.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTdescription();
        } else if ( type.equals( TinlinedBean.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTinlinedBean();
        } else if ( type.equals( TinlinedReference.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTinlinedReference();
        } else if ( type.equals( TinlinedReferenceList.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTinlinedReferenceList();
        } else if ( type.equals( TinlinedService.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTinlinedService();
        } else if ( type.equals( Tinterfaces.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTinterfaces();
        } else if ( type.equals( Tkey.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTkey();
        } else if ( type.equals( Tmap.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTmap();
        } else if ( type.equals( TmapEntry.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTmapEntry();
        } else if ( type.equals( Tnull.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTnull();
        } else if ( type.equals( Tprop.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTprop();
        } else if ( type.equals( Tref.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTref();
        } else if ( type.equals( Treference.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTreference();
        } else if ( type.equals( TreferenceList.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTreferenceList();
        } else if ( type.equals( TreferenceListener.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTreferenceListener();
        } else if ( type.equals( Tservice.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTservice();
        } else if ( type.equals( TserviceProperties.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTserviceProperties();
        } else if ( type.equals( TservicePropertyEntry.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTservicePropertyEntry();
        } else if ( type.equals( TserviceReference.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTserviceReference();
        } else if ( type.equals( TtypeConverters.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTtypeConverters();
        } else if ( type.equals( TtypedCollection.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTtypedCollection();
        } else if ( type.equals( Tvalue.class ) ) {
            return (new org.apache.geronimo.osgi.blueprint.ObjectFactory()).createTvalue();
        } 
        
        return null;
    }