public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.jbossts.star.util.media.txstatusext
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<CoordinatorElement> |
createCoordinator(CoordinatorElement value)
|
CoordinatorElement |
createCoordinatorElement()
Create an instance of
CoordinatorElement |
ParticipantElement |
createParticipantElement()
Create an instance of
ParticipantElement |
JAXBElement<TransactionManagerElement> |
createTransactionManager(TransactionManagerElement value)
|
TransactionManagerElement |
createTransactionManagerElement()
Create an instance of
TransactionManagerElement |
TransactionStatisticsElement |
createTransactionStatisticsElement()
Create an instance of
TransactionStatisticsElement |
TwoPhaseAwareParticipantElement |
createTwoPhaseAwareParticipantElement()
Create an instance of
TwoPhaseAwareParticipantElement |
TwoPhaseUnawareParticipantElement |
createTwoPhaseUnawareParticipantElement()
Create an instance of
TwoPhaseUnawareParticipantElement |
public ObjectFactory()
public CoordinatorElement createCoordinatorElement()
CoordinatorElement
public ParticipantElement createParticipantElement()
ParticipantElement
public TransactionManagerElement createTransactionManagerElement()
TransactionManagerElement
public TwoPhaseUnawareParticipantElement createTwoPhaseUnawareParticipantElement()
TwoPhaseUnawareParticipantElement
public TwoPhaseAwareParticipantElement createTwoPhaseAwareParticipantElement()
TwoPhaseAwareParticipantElement
public TransactionStatisticsElement createTransactionStatisticsElement()
TransactionStatisticsElement
public JAXBElement<CoordinatorElement> createCoordinator(CoordinatorElement value)
public JAXBElement<TransactionManagerElement> createTransactionManager(TransactionManagerElement value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.