com.sun.xml.ws.tx.at.v10.types
Class ObjectFactory

java.lang.Object
  extended by com.sun.xml.ws.tx.at.v10.types.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.ws.tx.at.v10.types 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
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
 
Method Summary
 JAXBElement<Notification> createAborted(Notification value)
          Create an instance of JAXBElement<Notification>}
 ATAlwaysCapability createATAlwaysCapability()
          Create an instance of ATAlwaysCapability
 ATAssertion createATAssertion()
          Create an instance of ATAssertion
 JAXBElement<Notification> createCommit(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> createCommitted(Notification value)
          Create an instance of JAXBElement<Notification>}
 Notification createNotification()
          Create an instance of Notification
 JAXBElement<Notification> createPrepare(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> createPrepared(Notification value)
          Create an instance of JAXBElement<Notification>}
 PrepareResponse createPrepareResponse()
          Create an instance of PrepareResponse
 JAXBElement<Notification> createReadOnly(Notification value)
          Create an instance of JAXBElement<Notification>}
 JAXBElement<Notification> createReplay(Notification value)
          Create an instance of JAXBElement<Notification>}
 ReplayResponse createReplayResponse()
          Create an instance of ReplayResponse
 JAXBElement<Notification> createRollback(Notification value)
          Create an instance of JAXBElement<Notification>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createNotification

public Notification createNotification()
Create an instance of Notification


createATAlwaysCapability

public ATAlwaysCapability createATAlwaysCapability()
Create an instance of ATAlwaysCapability


createATAssertion

public ATAssertion createATAssertion()
Create an instance of ATAssertion


createPrepareResponse

public PrepareResponse createPrepareResponse()
Create an instance of PrepareResponse


createReplayResponse

public ReplayResponse createReplayResponse()
Create an instance of ReplayResponse


createReplay

public JAXBElement<Notification> createReplay(Notification value)
Create an instance of JAXBElement<Notification>}


createCommitted

public JAXBElement<Notification> createCommitted(Notification value)
Create an instance of JAXBElement<Notification>}


createReadOnly

public JAXBElement<Notification> createReadOnly(Notification value)
Create an instance of JAXBElement<Notification>}


createAborted

public JAXBElement<Notification> createAborted(Notification value)
Create an instance of JAXBElement<Notification>}


createCommit

public JAXBElement<Notification> createCommit(Notification value)
Create an instance of JAXBElement<Notification>}


createPrepare

public JAXBElement<Notification> createPrepare(Notification value)
Create an instance of JAXBElement<Notification>}


createPrepared

public JAXBElement<Notification> createPrepared(Notification value)
Create an instance of JAXBElement<Notification>}


createRollback

public JAXBElement<Notification> createRollback(Notification value)
Create an instance of JAXBElement<Notification>}



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.