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: com.sun.xml.ws.tx.at.v10.types
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Notification> |
createAborted(Notification value)
|
ATAlwaysCapability |
createATAlwaysCapability()
Create an instance of
ATAlwaysCapability |
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)
|
PrepareResponse |
createPrepareResponse()
Create an instance of
PrepareResponse |
JAXBElement<Notification> |
createReadOnly(Notification value)
|
JAXBElement<Notification> |
createReplay(Notification value)
|
ReplayResponse |
createReplayResponse()
Create an instance of
ReplayResponse |
JAXBElement<Notification> |
createRollback(Notification value)
|
public ObjectFactory()
public Notification createNotification()
Notificationpublic ATAlwaysCapability createATAlwaysCapability()
ATAlwaysCapabilitypublic ATAssertion createATAssertion()
ATAssertionpublic PrepareResponse createPrepareResponse()
PrepareResponsepublic ReplayResponse createReplayResponse()
ReplayResponsepublic JAXBElement<Notification> createReplay(Notification value)
public JAXBElement<Notification> createCommitted(Notification value)
public JAXBElement<Notification> createReadOnly(Notification value)
public JAXBElement<Notification> createAborted(Notification value)
public JAXBElement<Notification> createCommit(Notification value)
public JAXBElement<Notification> createPrepare(Notification value)
public JAXBElement<Notification> createPrepared(Notification value)
public JAXBElement<Notification> createRollback(Notification value)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.