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

Packages that use JndiRefType
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 JndiRefType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return JndiRefType
 JndiRefType<T> JndiRefType.ignoreDependency()
           
 JndiRefType<GenericBeanType<T>> GenericBeanType.jndiRef()
          Returns the jndi-ref element
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.jndiRef()
          Returns the jndi-ref element
 JndiRefType<ServiceBeanType<T>> ServiceBeanType.jndiRef()
          Returns the jndi-ref element
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanType.jndiRef()
          Returns the jndi-ref element
 JndiRefType<SessionBeanType<T>> SessionBeanType.jndiRef()
          Returns the jndi-ref element
 JndiRefType<T> JndiRefType.removeAllDescription()
          Removes the description element
 JndiRefType<T> JndiRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 JndiRefType<T> JndiRefType.removeJndiName()
          Removes the jndi-name element
 JndiRefType<T> JndiRefType.removeJndiRefName()
          Removes the jndi-ref-name element
 JndiRefType<T> JndiRefType.removeMappedName()
          Removes the mapped-name element
 JndiRefType<T> JndiRefType.setDescription(java.lang.String description)
          Creates a new description element
 JndiRefType<T> JndiRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JndiRefType<T> JndiRefType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 JndiRefType<T> JndiRefType.setJndiRefName(java.lang.String jndiRefName)
          If not already created, a new jndi-ref-name element with the given value will be created.
 JndiRefType<T> JndiRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type JndiRefType
 java.util.List<InjectionTargetType<JndiRefType<T>>> JndiRefType.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<JndiRefType<GenericBeanType<T>>> GenericBeanType.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<ServiceBeanType<T>>> ServiceBeanType.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<ConsumerBeanType<T>>> ConsumerBeanType.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<SessionBeanType<T>>> SessionBeanType.getJndiRefList()
          Returns all jndi-ref elements
 InjectionTargetType<JndiRefType<T>> JndiRefType.injectionTarget()
          Returns the injection-target element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement JndiRefType
 class JndiRefTypeImpl<T>
          This class implements the jndi-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return JndiRefType
 JndiRefType<T> JndiRefTypeImpl.ignoreDependency()
           
 JndiRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 JndiRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 JndiRefType<SessionBeanType<T>> SessionBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 JndiRefType<GenericBeanType<T>> GenericBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.jndiRef()
          Returns the jndi-ref element
 JndiRefType<T> JndiRefTypeImpl.removeAllDescription()
          Removes the description element
 JndiRefType<T> JndiRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 JndiRefType<T> JndiRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 JndiRefType<T> JndiRefTypeImpl.removeJndiRefName()
          Removes the jndi-ref-name element
 JndiRefType<T> JndiRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 JndiRefType<T> JndiRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 JndiRefType<T> JndiRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 JndiRefType<T> JndiRefTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 JndiRefType<T> JndiRefTypeImpl.setJndiRefName(java.lang.String jndiRefName)
          If not already created, a new jndi-ref-name element with the given value will be created.
 JndiRefType<T> JndiRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type JndiRefType
 java.util.List<InjectionTargetType<JndiRefType<T>>> JndiRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<JndiRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 java.util.List<JndiRefType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getJndiRefList()
          Returns all jndi-ref elements
 InjectionTargetType<JndiRefType<T>> JndiRefTypeImpl.injectionTarget()
          Returns the injection-target element