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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ProducerType
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.localProducer()
          Returns the local-producer element
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.producer()
          Returns the producer element
 ProducerType<T> ProducerType.removeClazz()
          Removes the class element
 ProducerType<T> ProducerType.removeConnectionFactory()
          Removes the connection-factory element
 ProducerType<T> ProducerType.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 ProducerType<T> ProducerType.setConnectionFactory(java.lang.String connectionFactory)
          If not already created, a new connection-factory element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ProducerType
 java.util.List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanType.getLocalProducerList()
          Returns all local-producer elements
 java.util.List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanType.getProducerList()
          Returns all producer elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement ProducerType
 class ProducerTypeImpl<T>
          This class implements the producerType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ProducerType
 ProducerType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.localProducer()
          Returns the local-producer element
 ProducerType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.producer()
          Returns the producer element
 ProducerType<T> ProducerTypeImpl.removeClazz()
          Removes the class element
 ProducerType<T> ProducerTypeImpl.removeConnectionFactory()
          Removes the connection-factory element
 ProducerType<T> ProducerTypeImpl.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 ProducerType<T> ProducerTypeImpl.setConnectionFactory(java.lang.String connectionFactory)
          If not already created, a new connection-factory element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ProducerType
 java.util.List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getLocalProducerList()
          Returns all local-producer elements
 java.util.List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getProducerList()
          Returns all producer elements