Class DeferredActionCollection

java.lang.Object
org.apache.cxf.tools.corba.processors.idl.DeferredActionCollection

public final class DeferredActionCollection extends Object
Class that holds a fully qualified name as the key that represents a type that was forward declared. Associated with each fully qualified name is a list of actions. Each action represents a task that is deferred until the type is really declared.
  • Constructor Details

    • DeferredActionCollection

      public DeferredActionCollection()
  • Method Details