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 |
---|---|
LocalBindingType<SessionBeanType<T>> |
SessionBeanType.createLocalBinding()
Creates a new
local-binding element |
LocalBindingType<ServiceBeanType<T>> |
ServiceBeanType.createLocalBinding()
Creates a new
local-binding element |
LocalBindingType<T> |
LocalBindingType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
LocalBindingType<SessionBeanType<T>> |
SessionBeanType.getOrCreateLocalBinding()
If not already created, a new
local-binding element will be created and returned. |
LocalBindingType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateLocalBinding()
If not already created, a new
local-binding element will be created and returned. |
LocalBindingType<T> |
LocalBindingType.jndiName(String jndiName)
Sets the
jndi-name element |
LocalBindingType<T> |
LocalBindingType.removeAllDescription()
Removes the
description element |
LocalBindingType<T> |
LocalBindingType.removeJndiName()
Removes the
jndi-name element |
Modifier and Type | Method and Description |
---|---|
List<LocalBindingType<SessionBeanType<T>>> |
SessionBeanType.getAllLocalBinding()
Returns all
local-binding elements |
List<LocalBindingType<ServiceBeanType<T>>> |
ServiceBeanType.getAllLocalBinding()
Returns all
local-binding elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.