com.sun.xml.ws.tx.webservice.member.at
Class ObjectFactory

java.lang.Object
  extended by com.sun.xml.ws.tx.webservice.member.at.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.ws.tx.webservice.member.at 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.webservice.member.at
 
Method Summary
 javax.xml.bind.JAXBElement<Notification> createAborted(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.JAXBElement<Notification> createCommit(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.JAXBElement<Notification> createCommitted(Notification value)
          Create an instance of JAXBElement<Notification>}
 Notification createNotification()
          Create an instance of Notification
 javax.xml.bind.JAXBElement<Notification> createPrepare(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.JAXBElement<Notification> createPrepared(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.JAXBElement<Notification> createReadOnly(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.JAXBElement<Notification> createReplay(Notification value)
          Create an instance of JAXBElement<Notification>}
 javax.xml.bind.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.webservice.member.at

Method Detail

createNotification

public Notification createNotification()
Create an instance of Notification


createRollback

public javax.xml.bind.JAXBElement<Notification> createRollback(Notification value)
Create an instance of JAXBElement<Notification>}


createReadOnly

public javax.xml.bind.JAXBElement<Notification> createReadOnly(Notification value)
Create an instance of JAXBElement<Notification>}


createCommitted

public javax.xml.bind.JAXBElement<Notification> createCommitted(Notification value)
Create an instance of JAXBElement<Notification>}


createPrepare

public javax.xml.bind.JAXBElement<Notification> createPrepare(Notification value)
Create an instance of JAXBElement<Notification>}


createAborted

public javax.xml.bind.JAXBElement<Notification> createAborted(Notification value)
Create an instance of JAXBElement<Notification>}


createReplay

public javax.xml.bind.JAXBElement<Notification> createReplay(Notification value)
Create an instance of JAXBElement<Notification>}


createPrepared

public javax.xml.bind.JAXBElement<Notification> createPrepared(Notification value)
Create an instance of JAXBElement<Notification>}


createCommit

public javax.xml.bind.JAXBElement<Notification> createCommit(Notification value)
Create an instance of JAXBElement<Notification>}