org.apache.aries.blueprint.jaxb
Class TinlinedBean
java.lang.Object
org.apache.aries.blueprint.jaxb.Tcomponent
org.apache.aries.blueprint.jaxb.Tbean
org.apache.aries.blueprint.jaxb.TinlinedBean
public class TinlinedBean
- extends Tbean
The Tinlined-bean type is used for inlined (i.e. non top level)
elements. Those elements have some restrictions on
the attributes that can be used to define them.
Java class for Tinlined-bean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tinlined-bean">
<complexContent>
<restriction base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tbean">
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GbeanElements"/>
<attribute name="depends-on" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TdependsOn" />
<attribute name="class" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tclass" />
<attribute name="init-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="factory-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="factory-ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class org.apache.aries.blueprint.jaxb.Tbean |
getArgumentOrPropertyOrAny, getClazz, getDescription, getDestroyMethod, getFactoryMethod, getFactoryRef, getInitMethod, getScope, setClazz, setDescription, setDestroyMethod, setFactoryMethod, setFactoryRef, setInitMethod, setScope |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinlinedBean
public TinlinedBean()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.