Uses of Interface
org.apache.cxf.tools.corba.processors.idl.DeferredAction
-
Packages that use DeferredAction Package Description org.apache.cxf.tools.corba.processors.idl -
-
Uses of DeferredAction in org.apache.cxf.tools.corba.processors.idl
Subinterfaces of DeferredAction in org.apache.cxf.tools.corba.processors.idl Modifier and Type Interface Description interfaceSchemaDeferredActionClasses in org.apache.cxf.tools.corba.processors.idl that implement DeferredAction Modifier and Type Class Description classArrayDeferredActionclassAttributeDeferredActionclassExceptionDeferredActionclassOperationDeferredActionclassParamDeferredActionclassSequenceDeferredActionclassStructDeferredActionclassTypedefDeferredActionclassUnionDeferredActionMethods in org.apache.cxf.tools.corba.processors.idl that return types with arguments of type DeferredAction Modifier and Type Method Description List<DeferredAction>DeferredActionCollection. getActions(Scope scope)Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type DeferredAction Modifier and Type Method Description voidDeferredActionCollection. add(Scope scope, DeferredAction action)voidDeferredActionCollection. remove(Scope scope, DeferredAction action)
-