org.apache.cxf.transport.http_jetty.spring
Class JettyHTTPServerEngineFactoryBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
public class JettyHTTPServerEngineFactoryBeanDefinitionParser
- extends AbstractBeanDefinitionParser
| Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser |
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHTTPServerEngineFactoryBeanDefinitionParser
public JettyHTTPServerEngineFactoryBeanDefinitionParser()
resolveId
protected String resolveId(Element elem,
AbstractBeanDefinition definition,
ParserContext ctx)
throws BeanDefinitionStoreException
- Overrides:
resolveId in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
doParse
public void doParse(Element element,
ParserContext ctx,
BeanDefinitionBuilder bean)
- Overrides:
doParse in class AbstractBeanDefinitionParser
shouldGenerateId
protected boolean shouldGenerateId()
getBeanClass
protected Class<?> getBeanClass(Element arg0)
- Overrides:
getBeanClass in class AbstractBeanDefinitionParser
Apache CXF