public interface ProducerType<T> extends Child<T>
producerType xsd type| Modifier and Type | Method and Description |
|---|---|
ProducerType<T> |
clazz(String clazz)
Sets the
class element |
ProducerType<T> |
connectionFactory(String connectionFactory)
Sets the
connection-factory element |
String |
getClazz()
Returns the
class element |
String |
getConnectionFactory()
Returns the
connection-factory element |
ProducerType<T> |
removeClazz()
Removes the
class element |
ProducerType<T> |
removeConnectionFactory()
Removes the
connection-factory element |
ProducerType<T> clazz(String clazz)
class elementclazz - the value for the element classProducerTypeString getClazz()
class elementclassProducerType<T> removeClazz()
class elementProducerTypeProducerType<T> connectionFactory(String connectionFactory)
connection-factory elementconnectionFactory - the value for the element connection-factoryProducerTypeString getConnectionFactory()
connection-factory elementconnection-factoryProducerType<T> removeConnectionFactory()
connection-factory elementProducerTypeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.