Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateCurrentMessage()
If not already created, a new
current-message element with the given value will be created. |
MethodAttributesType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
MethodAttributesType<SessionBeanType<T>> |
SessionBeanType.getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
MethodAttributesType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
MethodAttributesType<GenericBeanType<T>> |
GenericBeanType.getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
MethodAttributesType<T> |
MethodAttributesType.removeAllMethod()
Removes all
method elements |
Modifier and Type | Method and Description |
---|---|
MethodType<MethodAttributesType<T>> |
MethodAttributesType.createMethod()
Creates a new
method element |
List<MethodType<MethodAttributesType<T>>> |
MethodAttributesType.getAllMethod()
Returns all
method elements |
MethodType<MethodAttributesType<T>> |
MethodAttributesType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.