Class TransactionPropertySet

java.lang.Object
com.oracle.webservices.api.message.BasePropertySet
com.sun.xml.ws.rx.rm.runtime.transaction.TransactionPropertySet
All Implemented Interfaces:
com.oracle.webservices.api.message.PropertySet

public class TransactionPropertySet extends com.oracle.webservices.api.message.BasePropertySet
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.oracle.webservices.api.message.BasePropertySet

    com.oracle.webservices.api.message.BasePropertySet.Accessor, com.oracle.webservices.api.message.BasePropertySet.PropertyMap, com.oracle.webservices.api.message.BasePropertySet.PropertyMapEntry

    Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet

    com.oracle.webservices.api.message.PropertySet.Property
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap
     
    boolean
     
    void
    setTransactionOwned(boolean flag)
     

    Methods inherited from class com.oracle.webservices.api.message.BasePropertySet

    asMap, containsKey, createEntrySet, createMapView, createView, get, mapAllowsAdditionalProperties, parse, parse, put, remove, supports

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TransactionPropertySet

      public TransactionPropertySet()
  • Method Details

    • isTransactionOwned

      public boolean isTransactionOwned()
    • setTransactionOwned

      public void setTransactionOwned(boolean flag)
    • getPropertyMap

      protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap getPropertyMap()
      Specified by:
      getPropertyMap in class com.oracle.webservices.api.message.BasePropertySet