Skip navigation links


oracle.iam.kernel.jaxb
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.kernel.jaxb.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 oracle.iam.kernel.jaxb 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: oracle.iam.kernel.jaxb

 

Method Summary
 Eventhandlers createEventhandlers()
          Create an instance of Eventhandlers
 javax.xml.bind.JAXBElement createEventhandlersActionHandler(EventHandlerWithSyncTxStageType value)
          Create an instance of JAXBElement<EventHandlerWithSyncTxStageType>}
 javax.xml.bind.JAXBElement createEventhandlersChangeFailed(EventHandlerTypeWithSync value)
          Create an instance of JAXBElement<EventHandlerTypeWithSync>}
 javax.xml.bind.JAXBElement createEventhandlersCompensateHandler(EventHandlerWithTxType value)
          Create an instance of JAXBElement<EventHandlerWithTxType>}
 javax.xml.bind.JAXBElement createEventhandlersFailedHandler(FailedEventHandlerType value)
          Create an instance of JAXBElement<FailedEventHandlerType>}
 javax.xml.bind.JAXBElement createEventhandlersFinalizationHandler(EventHandlerWithTxType value)
          Create an instance of JAXBElement<EventHandlerWithTxType>}
 javax.xml.bind.JAXBElement createEventhandlersOutOfBandHandler(EventHandlerWithTxStageType value)
          Create an instance of JAXBElement<EventHandlerWithTxStageType>}
 javax.xml.bind.JAXBElement createEventhandlersPostprocessHandler(EventHandlerWithSyncTxStageType value)
          Create an instance of JAXBElement<EventHandlerWithSyncTxStageType>}
 javax.xml.bind.JAXBElement createEventhandlersPreprocessHandler(EventHandlerWithSyncTxStageType value)
          Create an instance of JAXBElement<EventHandlerWithSyncTxStageType>}
 javax.xml.bind.JAXBElement createEventhandlersPreviewHandler(EventHandlerTypeWithSyncTrue value)
          Create an instance of JAXBElement<EventHandlerTypeWithSyncTrue>}
 javax.xml.bind.JAXBElement createEventhandlersStartCompensation(EventHandlerWithTxType value)
          Create an instance of JAXBElement<EventHandlerWithTxType>}
 javax.xml.bind.JAXBElement createEventhandlersValidationHandler(EventHandlerTypeWithSyncTrue value)
          Create an instance of JAXBElement<EventHandlerTypeWithSyncTrue>}
 EventHandlerType createEventHandlerType()
          Create an instance of EventHandlerType
 EventHandlerTypeWithSync createEventHandlerTypeWithSync()
          Create an instance of EventHandlerTypeWithSync
 EventHandlerTypeWithSyncTrue createEventHandlerTypeWithSyncTrue()
          Create an instance of EventHandlerTypeWithSyncTrue
 EventHandlerWithSyncTxStageType createEventHandlerWithSyncTxStageType()
          Create an instance of EventHandlerWithSyncTxStageType
 EventHandlerWithTxStageType createEventHandlerWithTxStageType()
          Create an instance of EventHandlerWithTxStageType
 EventHandlerWithTxType createEventHandlerWithTxType()
          Create an instance of EventHandlerWithTxType
 FailedEventHandlerType createFailedEventHandlerType()
          Create an instance of FailedEventHandlerType

 

Methods inherited from class java.lang.Object
equals, 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: oracle.iam.kernel.jaxb

Method Detail

createEventHandlerType

public EventHandlerType createEventHandlerType()
Create an instance of EventHandlerType

createFailedEventHandlerType

public FailedEventHandlerType createFailedEventHandlerType()
Create an instance of FailedEventHandlerType

createEventHandlerWithSyncTxStageType

public EventHandlerWithSyncTxStageType createEventHandlerWithSyncTxStageType()
Create an instance of EventHandlerWithSyncTxStageType

createEventHandlerWithTxStageType

public EventHandlerWithTxStageType createEventHandlerWithTxStageType()
Create an instance of EventHandlerWithTxStageType

createEventHandlerWithTxType

public EventHandlerWithTxType createEventHandlerWithTxType()
Create an instance of EventHandlerWithTxType

createEventHandlerTypeWithSyncTrue

public EventHandlerTypeWithSyncTrue createEventHandlerTypeWithSyncTrue()
Create an instance of EventHandlerTypeWithSyncTrue

createEventhandlers

public Eventhandlers createEventhandlers()
Create an instance of Eventhandlers

createEventHandlerTypeWithSync

public EventHandlerTypeWithSync createEventHandlerTypeWithSync()
Create an instance of EventHandlerTypeWithSync

createEventhandlersPreviewHandler

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

createEventhandlersChangeFailed

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

createEventhandlersPostprocessHandler

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

createEventhandlersValidationHandler

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

createEventhandlersCompensateHandler

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

createEventhandlersPreprocessHandler

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

createEventhandlersOutOfBandHandler

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

createEventhandlersFailedHandler

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

createEventhandlersActionHandler

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

createEventhandlersStartCompensation

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

createEventhandlersFinalizationHandler

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

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.