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.wsba._2006._06
|
public ObjectFactory()
public ExceptionType createExceptionType()
ExceptionType
public BAMixedOutcomeAssertion createBAMixedOutcomeAssertion()
BAMixedOutcomeAssertion
public StatusType createStatusType()
StatusType
public NotificationType createNotificationType()
NotificationType
public BAAtomicOutcomeAssertion createBAAtomicOutcomeAssertion()
BAAtomicOutcomeAssertion
public JAXBElement<NotificationType> createCanceled(NotificationType value)
public JAXBElement<NotificationType> createCancel(NotificationType value)
public JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<NotificationType> createClose(NotificationType value)
public JAXBElement<NotificationType> createExited(NotificationType value)
public JAXBElement<NotificationType> createComplete(NotificationType value)
public JAXBElement<NotificationType> createFailed(NotificationType value)
public JAXBElement<NotificationType> createCompensate(NotificationType value)
public JAXBElement<NotificationType> createCannotComplete(NotificationType value)
public JAXBElement<NotificationType> createCompleted(NotificationType value)
public JAXBElement<NotificationType> createClosed(NotificationType value)
public JAXBElement<NotificationType> createCompensated(NotificationType value)
public JAXBElement<NotificationType> createExit(NotificationType value)
public JAXBElement<ExceptionType> createFail(ExceptionType value)
public JAXBElement<NotificationType> createGetStatus(NotificationType value)
public JAXBElement<NotificationType> createNotCompleted(NotificationType value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.