Class ObjectFactory
- java.lang.Object
-
- org.jboss.jbossts.star.client.extended.txstatusext.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.jboss.jbossts.star.util.media.txstatusext package.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 Summary
Constructors Constructor 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBElement<CoordinatorElement>createCoordinator(CoordinatorElement value)CoordinatorElementcreateCoordinatorElement()Create an instance ofCoordinatorElementParticipantElementcreateParticipantElement()Create an instance ofParticipantElementJAXBElement<TransactionManagerElement>createTransactionManager(TransactionManagerElement value)TransactionManagerElementcreateTransactionManagerElement()Create an instance ofTransactionManagerElementTransactionStatisticsElementcreateTransactionStatisticsElement()Create an instance ofTransactionStatisticsElementTwoPhaseAwareParticipantElementcreateTwoPhaseAwareParticipantElement()Create an instance ofTwoPhaseAwareParticipantElementTwoPhaseUnawareParticipantElementcreateTwoPhaseUnawareParticipantElement()Create an instance ofTwoPhaseUnawareParticipantElement
-
-
-
Method Detail
-
createCoordinatorElement
public CoordinatorElement createCoordinatorElement()
Create an instance ofCoordinatorElement
-
createParticipantElement
public ParticipantElement createParticipantElement()
Create an instance ofParticipantElement
-
createTransactionManagerElement
public TransactionManagerElement createTransactionManagerElement()
Create an instance ofTransactionManagerElement
-
createTwoPhaseUnawareParticipantElement
public TwoPhaseUnawareParticipantElement createTwoPhaseUnawareParticipantElement()
Create an instance ofTwoPhaseUnawareParticipantElement
-
createTwoPhaseAwareParticipantElement
public TwoPhaseAwareParticipantElement createTwoPhaseAwareParticipantElement()
Create an instance ofTwoPhaseAwareParticipantElement
-
createTransactionStatisticsElement
public TransactionStatisticsElement createTransactionStatisticsElement()
Create an instance ofTransactionStatisticsElement
-
createCoordinator
public JAXBElement<CoordinatorElement> createCoordinator(CoordinatorElement value)
-
createTransactionManager
public JAXBElement<TransactionManagerElement> createTransactionManager(TransactionManagerElement value)
-
-