Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.ResourceRefType

Packages that use ResourceRefType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ResourceRefType
 ResourceRefType<InterceptorType<T>> InterceptorType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<EntityBeanType<T>> EntityBeanType.resourceRef()
          Returns the resource-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ResourceRefType
 java.util.List<ResourceRefType<InterceptorType<T>>> InterceptorType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<EntityBeanType<T>>> EntityBeanType.getResourceRefList()
          Returns all resource-ref elements
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ResourceRefType
 ResourceRefType<T> ResourceRefType.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> ResourceRefType.removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> ResourceRefType.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefType.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefType.setDescription(java.lang.String description)
          Creates a new description element
 ResourceRefType<T> ResourceRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResAuth(java.lang.String resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResRefName(java.lang.String resRefName)
          If not already created, a new res-ref-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResSharingScope(ResSharingScopeType resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResSharingScope(java.lang.String resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResType(java.lang.String resType)
          If not already created, a new res-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type ResourceRefType
 java.util.List<InjectionTargetType<ResourceRefType<T>>> ResourceRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.injectionTarget()
          Returns the injection-target element
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ResourceRefType
 ResourceRefType<EntityBeanType<T>> EntityBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<InterceptorType<T>> InterceptorTypeImpl.resourceRef()
          Returns the resource-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type ResourceRefType
 java.util.List<ResourceRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<InterceptorType<T>>> InterceptorTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return ResourceRefType
 ResourceRefType<T> ResourceRefTypeImpl.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> ResourceRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ResourceRefType<T> ResourceRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(java.lang.String resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResRefName(java.lang.String resRefName)
          If not already created, a new res-ref-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResSharingScope(ResSharingScopeType resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResSharingScope(java.lang.String resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResType(java.lang.String resType)
          If not already created, a new res-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type ResourceRefType
 java.util.List<InjectionTargetType<ResourceRefType<T>>> ResourceRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceRefType<T>> ResourceRefTypeImpl.injectionTarget()
          Returns the injection-target element