Apache CXF API

org.apache.cxf.transport.http_jetty.blueprint
Class JettyServerEngineFactoryParser

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      extended by org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser

public class JettyServerEngineFactoryParser
extends AbstractBPBeanDefinitionParser


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
AbstractBPBeanDefinitionParser.JAXBBeanFactory
 
Field Summary
static String JETTY_THREADING
           
static String JETTY_TRANSPORT
           
 
Constructor Summary
JettyServerEngineFactoryParser()
           
 
Method Summary
static String getIdOrName(Element elem)
           
 org.osgi.service.blueprint.reflect.Metadata parse(Element element, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JETTY_TRANSPORT

public static final String JETTY_TRANSPORT
See Also:
Constant Field Values

JETTY_THREADING

public static final String JETTY_THREADING
See Also:
Constant Field Values
Constructor Detail

JettyServerEngineFactoryParser

public JettyServerEngineFactoryParser()
Method Detail

getIdOrName

public static String getIdOrName(Element elem)

parse

public org.osgi.service.blueprint.reflect.Metadata parse(Element element,
                                                         org.apache.aries.blueprint.ParserContext context)

Apache CXF API

Apache CXF