public class EndpointDefinitionParser extends AbstractBeanDefinitionParser
hasBusProperty| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointDefinitionParser.SpringEndpointImpl |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME| Constructor and Description |
|---|
EndpointDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean) |
protected String |
getSuffix() |
protected String |
resolveId(Element elem,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext ctx) |
static void |
setBlocking(org.springframework.context.ApplicationContext ctx,
EndpointImpl impl) |
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttribute, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, setBeanClass, setFirstChildAsProperty, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalprotected String getSuffix()
getSuffix in class AbstractBeanDefinitionParserprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse in class AbstractBeanDefinitionParserprotected String resolveId(Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx) throws org.springframework.beans.factory.BeanDefinitionStoreException
resolveId in class AbstractBeanDefinitionParserorg.springframework.beans.factory.BeanDefinitionStoreExceptionpublic static final void setBlocking(org.springframework.context.ApplicationContext ctx,
EndpointImpl impl)
Apache CXF