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.oasis_open.docs.ws_tx.wsat._2006._06
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Notification> |
createAborted(Notification value)
|
ATAssertion |
createATAssertion()
Create an instance of
ATAssertion |
JAXBElement<Notification> |
createCommit(Notification value)
|
JAXBElement<Notification> |
createCommitted(Notification value)
|
Notification |
createNotification()
Create an instance of
Notification |
JAXBElement<Notification> |
createPrepare(Notification value)
|
JAXBElement<Notification> |
createPrepared(Notification value)
|
JAXBElement<Notification> |
createReadOnly(Notification value)
|
JAXBElement<Notification> |
createRollback(Notification value)
|
public ObjectFactory()
public Notification createNotification()
Notification
public ATAssertion createATAssertion()
ATAssertion
public JAXBElement<Notification> createAborted(Notification value)
public JAXBElement<Notification> createCommit(Notification value)
public JAXBElement<Notification> createReadOnly(Notification value)
public JAXBElement<Notification> createCommitted(Notification value)
public JAXBElement<Notification> createRollback(Notification value)
public JAXBElement<Notification> createPrepare(Notification value)
public JAXBElement<Notification> createPrepared(Notification value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.