Class UnionDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.UnionDeferredAction
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.ws.commons.schema.XmlSchemaElementprotected Unionprotected Unionbranch -
Constructor Summary
ConstructorsConstructorDescriptionUnionDeferredAction(Union unionType) UnionDeferredAction(Unionbranch unionBranchType) UnionDeferredAction(Union unionType, Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem) UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
-
Field Details
-
union
-
unionBranch
-
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Details
-
UnionDeferredAction
public UnionDeferredAction(Union unionType, Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem) -
UnionDeferredAction
-
UnionDeferredAction
-
UnionDeferredAction
public UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
-
Method Details
-
execute
- Specified by:
executein interfaceSchemaDeferredAction
-