Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MailSessionType<ApplicationDescriptor> |
ApplicationDescriptor.createMailSession()
Creates a new
mail-session element |
MailSessionType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MailSessionType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllMailSession()
Returns all
mail-session elements |
Modifier and Type | Method and Description |
---|---|
MailSessionType<InterceptorType<T>> |
InterceptorType.createMailSession()
Creates a new
mail-session element |
MailSessionType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createMailSession()
Creates a new
mail-session element |
MailSessionType<SessionBeanType<T>> |
SessionBeanType.createMailSession()
Creates a new
mail-session element |
MailSessionType<EntityBeanType<T>> |
EntityBeanType.createMailSession()
Creates a new
mail-session element |
MailSessionType<InterceptorType<T>> |
InterceptorType.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
MailSessionType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
MailSessionType<SessionBeanType<T>> |
SessionBeanType.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
MailSessionType<EntityBeanType<T>> |
EntityBeanType.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MailSessionType<InterceptorType<T>>> |
InterceptorType.getAllMailSession()
Returns all
mail-session elements |
List<MailSessionType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllMailSession()
Returns all
mail-session elements |
List<MailSessionType<SessionBeanType<T>>> |
SessionBeanType.getAllMailSession()
Returns all
mail-session elements |
List<MailSessionType<EntityBeanType<T>>> |
EntityBeanType.getAllMailSession()
Returns all
mail-session elements |
Modifier and Type | Method and Description |
---|---|
MailSessionType<T> |
MailSessionType.description(String description)
Sets the
description element |
MailSessionType<T> |
MailSessionType.from(String from)
Sets the
from element |
MailSessionType<T> |
MailSessionType.host(String host)
Sets the
host element |
MailSessionType<T> |
MailSessionType.id(String id)
Sets the
id attribute |
MailSessionType<T> |
MailSessionType.name(String name)
Sets the
name element |
MailSessionType<T> |
MailSessionType.password(String password)
Sets the
password element |
MailSessionType<T> |
MailSessionType.removeAllProperty()
Removes all
property elements |
MailSessionType<T> |
MailSessionType.removeDescription()
Removes the
description element |
MailSessionType<T> |
MailSessionType.removeFrom()
Removes the
from element |
MailSessionType<T> |
MailSessionType.removeHost()
Removes the
host element |
MailSessionType<T> |
MailSessionType.removeId()
Removes the
id attribute |
MailSessionType<T> |
MailSessionType.removeName()
Removes the
name element |
MailSessionType<T> |
MailSessionType.removePassword()
Removes the
password element |
MailSessionType<T> |
MailSessionType.removeStoreProtocol()
Removes the
store-protocol element |
MailSessionType<T> |
MailSessionType.removeStoreProtocolClass()
Removes the
store-protocol-class element |
MailSessionType<T> |
MailSessionType.removeTransportProtocol()
Removes the
transport-protocol element |
MailSessionType<T> |
MailSessionType.removeTransportProtocolClass()
Removes the
transport-protocol-class element |
MailSessionType<T> |
MailSessionType.removeUser()
Removes the
user element |
MailSessionType<T> |
MailSessionType.storeProtocol(String storeProtocol)
Sets the
store-protocol element |
MailSessionType<T> |
MailSessionType.storeProtocolClass(String storeProtocolClass)
Sets the
store-protocol-class element |
MailSessionType<T> |
MailSessionType.transportProtocol(String transportProtocol)
Sets the
transport-protocol element |
MailSessionType<T> |
MailSessionType.transportProtocolClass(String transportProtocolClass)
Sets the
transport-protocol-class element |
MailSessionType<T> |
MailSessionType.user(String user)
Sets the
user element |
Modifier and Type | Method and Description |
---|---|
PropertyType<MailSessionType<T>> |
MailSessionType.createProperty()
Creates a new
property element |
List<PropertyType<MailSessionType<T>>> |
MailSessionType.getAllProperty()
Returns all
property elements |
PropertyType<MailSessionType<T>> |
MailSessionType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
MailSessionType<WebAppDescriptor> |
WebAppDescriptor.createMailSession()
Creates a new
mail-session element |
MailSessionType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MailSessionType<WebAppDescriptor>> |
WebAppDescriptor.getAllMailSession()
Returns all
mail-session elements |
Modifier and Type | Method and Description |
---|---|
MailSessionType<WebFragmentDescriptor> |
WebFragmentDescriptor.createMailSession()
Creates a new
mail-session element |
MailSessionType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateMailSession()
If not already created, a new
mail-session element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MailSessionType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllMailSession()
Returns all
mail-session elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.