aliases, dependsOn, jndi, postConstruct, preDestroy
className, classpath, classpathAPI, constructor, factoryName, id, jar, properties, provider, type
Constructor and Description |
---|
JavaMailSessionBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getProperties()
Gets the value of the properties property.
|
JavaMailSessionBuilder |
id(java.lang.String id) |
equals, getAliases, getDependsOn, getJndi, getPostConstruct, getPreDestroy, hashCode, setJndi, setPostConstruct, setPreDestroy
getClassName, getClasspath, getClasspathAPI, getConstructor, getFactoryName, getId, getJar, getPropertiesProvider, getProvider, getTemplate, getType, setClassName, setClasspath, setClasspathAPI, setConstructor, setFactoryName, setId, setJar, setPropertiesProvider, setProvider, setTemplate, setType
public JavaMailSessionBuilder id(java.lang.String id)
public java.util.Properties getProperties()
AbstractService
set
method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties
in interface Service
getProperties
in class AbstractService