Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<RemoveMethodType<T>> |
RemoveMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateCreateMethod()
If not already created, a new
create-method element with the given value will be created. |
NamedMethodType<InterceptorBindingType<T>> |
InterceptorBindingType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
NamedMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
NamedMethodType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateTimeoutMethod()
If not already created, a new
timeout-method element with the given value will be created. |
NamedMethodType<T> |
NamedMethodType.methodName(String methodName)
Sets the
method-name element |
NamedMethodType<T> |
NamedMethodType.removeMethodName()
Removes the
method-name element |
NamedMethodType<T> |
NamedMethodType.removeMethodParams()
Removes the
method-params element |
Modifier and Type | Method and Description |
---|---|
MethodParamsType<NamedMethodType<T>> |
NamedMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.