Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.LocalBindingType

Packages that use LocalBindingType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of LocalBindingType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return LocalBindingType
 LocalBindingType<ServiceBeanType<T>> ServiceBeanType.localBinding()
          Returns the local-binding element
 LocalBindingType<SessionBeanType<T>> SessionBeanType.localBinding()
          Returns the local-binding element
 LocalBindingType<T> LocalBindingType.removeAllDescription()
          Removes the description element
 LocalBindingType<T> LocalBindingType.removeJndiName()
          Removes the jndi-name element
 LocalBindingType<T> LocalBindingType.setDescription(java.lang.String description)
          Creates a new description element
 LocalBindingType<T> LocalBindingType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 LocalBindingType<T> LocalBindingType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type LocalBindingType
 java.util.List<LocalBindingType<ServiceBeanType<T>>> ServiceBeanType.getLocalBindingList()
          Returns all local-binding elements
 java.util.List<LocalBindingType<SessionBeanType<T>>> SessionBeanType.getLocalBindingList()
          Returns all local-binding elements
 

Uses of LocalBindingType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement LocalBindingType
 class LocalBindingTypeImpl<T>
          This class implements the local-bindingType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return LocalBindingType
 LocalBindingType<ServiceBeanType<T>> ServiceBeanTypeImpl.localBinding()
          Returns the local-binding element
 LocalBindingType<SessionBeanType<T>> SessionBeanTypeImpl.localBinding()
          Returns the local-binding element
 LocalBindingType<T> LocalBindingTypeImpl.removeAllDescription()
          Removes the description element
 LocalBindingType<T> LocalBindingTypeImpl.removeJndiName()
          Removes the jndi-name element
 LocalBindingType<T> LocalBindingTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 LocalBindingType<T> LocalBindingTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 LocalBindingType<T> LocalBindingTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type LocalBindingType
 java.util.List<LocalBindingType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getLocalBindingList()
          Returns all local-binding elements
 java.util.List<LocalBindingType<SessionBeanType<T>>> SessionBeanTypeImpl.getLocalBindingList()
          Returns all local-binding elements