Class UndertowServerEngineFactoryParser
- java.lang.Object
-
- org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
-
- org.apache.cxf.transport.http_undertow.blueprint.UndertowServerEngineFactoryParser
-
public class UndertowServerEngineFactoryParser extends AbstractBPBeanDefinitionParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
AbstractBPBeanDefinitionParser.JAXBBeanFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNDERTOW_THREADINGstatic StringUNDERTOW_TRANSPORT
-
Constructor Summary
Constructors Constructor Description UndertowServerEngineFactoryParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetIdOrName(Element elem)org.osgi.service.blueprint.reflect.Metadataparse(Element element, org.apache.aries.blueprint.ParserContext context)protected org.osgi.service.blueprint.reflect.MetadataparseEngineHandlers(List<Element> engines, org.osgi.service.blueprint.reflect.ComponentMetadata enclosingComponent, org.apache.aries.blueprint.ParserContext context)-
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, hasBusProperty, isAttribute, isNamespace, mapAttribute, mapElement, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsProperty
-
-
-
-
Field Detail
-
UNDERTOW_TRANSPORT
public static final String UNDERTOW_TRANSPORT
- See Also:
- Constant Field Values
-
UNDERTOW_THREADING
public static final String UNDERTOW_THREADING
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
-
-