|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProducerType<T>
This interface defines the contract for the producerType
xsd type
Original Documentation:
The producer element holds all of the information specific about a
producer interface for a consumer bean Used in: consumer
Method Summary | |
---|---|
java.lang.String |
getClazz()
Returns the class element |
java.lang.String |
getConnectionFactory()
Returns the connection-factory element |
ProducerType<T> |
removeClazz()
Removes the class element |
ProducerType<T> |
removeConnectionFactory()
Removes the connection-factory element |
ProducerType<T> |
setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
ProducerType<T> |
setConnectionFactory(java.lang.String connectionFactory)
If not already created, a new connection-factory element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ProducerType<T> setClazz(java.lang.String clazz)
class
element with the given value will be created.
Otherwise, the existing class
element will be updated with the given value.
ProducerType
ProducerType<T> removeClazz()
class
element
ProducerType
java.lang.String getClazz()
class
element
class
ProducerType<T> setConnectionFactory(java.lang.String connectionFactory)
connection-factory
element with the given value will be created.
Otherwise, the existing connection-factory
element will be updated with the given value.
ProducerType
ProducerType<T> removeConnectionFactory()
connection-factory
element
ProducerType
java.lang.String getConnectionFactory()
connection-factory
element
connection-factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |