public class TransactionFactoryBootstrapProperty extends AbstractBootstrapProperty
artifactType, optional, service| Constructor and Description |
|---|
TransactionFactoryBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String transactionFactoryClassName,
String transactionResourceClassName)
Creates a transaction bootstrap property
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTransactionFactoryClassName() |
String |
getTransactionResourceClassName() |
String |
toString() |
getArtifactType, getOptional, getServicepublic TransactionFactoryBootstrapProperty(BootstrapService service, ArtifactType artifactType, Boolean optional, String transactionFactoryClassName, String transactionResourceClassName)
service - service that provides the property. Not null.artifactType - defines what is the artifact this bootstrap object applies tooptional - indicates whether or not the bootstrap object is optional. When a bootstrap object is optional, any error
creating it will be ignored.transactionFactoryClassName - key used to register the object. Not empty.transactionResourceClassName - className of the bootstrapped object. Not empty.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.