public class GreenMailBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HOSTNAME
The default hostname ("localhost").
|
static long |
DEFAULT_SERVER_STARTUP_TIMEOUT
The default time to wait for server startup in millis (1000L).
|
Constructor and Description |
---|
GreenMailBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected Class<?> |
getBeanClass(Element element) |
doParse, getBeanClassName, getParentName, parseInternal
public static final String DEFAULT_HOSTNAME
public static final long DEFAULT_SERVER_STARTUP_TIMEOUT
protected Class<?> getBeanClass(Element element)
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void doParse(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.