Class UnionDeferredAction
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.UnionDeferredAction
-
- All Implemented Interfaces:
DeferredAction,SchemaDeferredAction
public class UnionDeferredAction extends Object implements SchemaDeferredAction
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.ws.commons.schema.XmlSchemaElementelementprotected Unionunionprotected UnionbranchunionBranch
-
Constructor Summary
Constructors Constructor Description UnionDeferredAction(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
-
-
-
Field Detail
-
union
protected Union union
-
unionBranch
protected Unionbranch unionBranch
-
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Detail
-
UnionDeferredAction
public UnionDeferredAction(Union unionType, Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem)
-
UnionDeferredAction
public UnionDeferredAction(Union unionType)
-
UnionDeferredAction
public UnionDeferredAction(Unionbranch unionBranchType)
-
UnionDeferredAction
public UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
-
Method Detail
-
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)- Specified by:
executein interfaceSchemaDeferredAction
-
-