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 |
---|---|
JmsDestinationType<ApplicationDescriptor> |
ApplicationDescriptor.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsDestinationType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllJmsDestination()
Returns all
jms-destination elements |
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<SessionBeanType<T>> |
SessionBeanType.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<InterceptorType<T>> |
InterceptorType.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<EntityBeanType<T>> |
EntityBeanType.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<SessionBeanType<T>> |
SessionBeanType.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
JmsDestinationType<InterceptorType<T>> |
InterceptorType.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
JmsDestinationType<EntityBeanType<T>> |
EntityBeanType.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
JmsDestinationType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsDestinationType<SessionBeanType<T>>> |
SessionBeanType.getAllJmsDestination()
Returns all
jms-destination elements |
List<JmsDestinationType<InterceptorType<T>>> |
InterceptorType.getAllJmsDestination()
Returns all
jms-destination elements |
List<JmsDestinationType<EntityBeanType<T>>> |
EntityBeanType.getAllJmsDestination()
Returns all
jms-destination elements |
List<JmsDestinationType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllJmsDestination()
Returns all
jms-destination elements |
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<T> |
JmsDestinationType.className(String className)
Sets the
class-name element |
JmsDestinationType<T> |
JmsDestinationType.description(String description)
Sets the
description element |
JmsDestinationType<T> |
JmsDestinationType.destinationName(String destinationName)
Sets the
destination-name element |
JmsDestinationType<T> |
JmsDestinationType.id(String id)
Sets the
id attribute |
JmsDestinationType<T> |
JmsDestinationType.interfaceName(String interfaceName)
Sets the
interface-name element |
JmsDestinationType<T> |
JmsDestinationType.name(String name)
Sets the
name element |
JmsDestinationType<T> |
JmsDestinationType.removeAllProperty()
Removes all
property elements |
JmsDestinationType<T> |
JmsDestinationType.removeClassName()
Removes the
class-name element |
JmsDestinationType<T> |
JmsDestinationType.removeDescription()
Removes the
description element |
JmsDestinationType<T> |
JmsDestinationType.removeDestinationName()
Removes the
destination-name element |
JmsDestinationType<T> |
JmsDestinationType.removeId()
Removes the
id attribute |
JmsDestinationType<T> |
JmsDestinationType.removeInterfaceName()
Removes the
interface-name element |
JmsDestinationType<T> |
JmsDestinationType.removeName()
Removes the
name element |
JmsDestinationType<T> |
JmsDestinationType.removeResourceAdapter()
Removes the
resource-adapter element |
JmsDestinationType<T> |
JmsDestinationType.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
Modifier and Type | Method and Description |
---|---|
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.createProperty()
Creates a new
property element |
List<PropertyType<JmsDestinationType<T>>> |
JmsDestinationType.getAllProperty()
Returns all
property elements |
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<WebAppDescriptor> |
WebAppDescriptor.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsDestinationType<WebAppDescriptor>> |
WebAppDescriptor.getAllJmsDestination()
Returns all
jms-destination elements |
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<WebFragmentDescriptor> |
WebFragmentDescriptor.createJmsDestination()
Creates a new
jms-destination element |
JmsDestinationType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateJmsDestination()
If not already created, a new
jms-destination element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<JmsDestinationType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllJmsDestination()
Returns all
jms-destination elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.