Java class for stateless-session-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateless-session-descriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/>
<element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/>
<element name="stateless-clustering" type="{http://www.bea.com/ns/weblogic/90}stateless-clustering" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
|