Class KieSessionElementParser
- java.lang.Object
-
- org.kie.aries.blueprint.namespace.AbstractElementParser
-
- org.kie.aries.blueprint.namespace.KieSessionElementParser
-
public class KieSessionElementParser extends AbstractElementParser
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_KBASE_REFstatic StringATTRIBUTE_LISTENERS_REFstatic StringATTRIBUTE_RELEASEIDstatic StringATTRIBUTE_TYPEstatic StringELEMENT_NAME_KSESSIONstatic StringELEMENT_NAME_KSESSION_REF-
Fields inherited from class org.kie.aries.blueprint.namespace.AbstractElementParser
ID_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description KieSessionElementParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.osgi.service.blueprint.reflect.MetadatacheckForChildListeners(org.apache.aries.blueprint.ParserContext context, Element element)org.osgi.service.blueprint.reflect.ComponentMetadataparseElement(org.apache.aries.blueprint.ParserContext context, Element element)-
Methods inherited from class org.kie.aries.blueprint.namespace.AbstractElementParser
addBundleContextProperty, createNullMetadata, createRef, createValue, createValue, createValue, createValue, createValue, createValue, generateIdIfNeeded, getAttributeValue, getId, getId, getIdCounter, setIdCounter
-
-
-
-
Field Detail
-
ATTRIBUTE_TYPE
public static final String ATTRIBUTE_TYPE
- See Also:
- Constant Field Values
-
ATTRIBUTE_KBASE_REF
public static final String ATTRIBUTE_KBASE_REF
- See Also:
- Constant Field Values
-
ATTRIBUTE_LISTENERS_REF
public static final String ATTRIBUTE_LISTENERS_REF
- See Also:
- Constant Field Values
-
ATTRIBUTE_RELEASEID
public static final String ATTRIBUTE_RELEASEID
- See Also:
- Constant Field Values
-
ELEMENT_NAME_KSESSION_REF
public static final String ELEMENT_NAME_KSESSION_REF
- See Also:
- Constant Field Values
-
ELEMENT_NAME_KSESSION
public static final String ELEMENT_NAME_KSESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseElement
public org.osgi.service.blueprint.reflect.ComponentMetadata parseElement(org.apache.aries.blueprint.ParserContext context, Element element)- Specified by:
parseElementin classAbstractElementParser
-
checkForChildListeners
protected org.osgi.service.blueprint.reflect.Metadata checkForChildListeners(org.apache.aries.blueprint.ParserContext context, Element element)
-
-