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 org.apache.cxf.binding.corba.wsdl.Unionprotected org.apache.cxf.binding.corba.wsdl.Unionbranch -
Constructor Summary
ConstructorsConstructorDescriptionUnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Union unionType) UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType) UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Union unionType, org.apache.cxf.binding.corba.wsdl.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, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
-
Field Details
-
union
protected org.apache.cxf.binding.corba.wsdl.Union union -
unionBranch
protected org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranch -
element
protected org.apache.ws.commons.schema.XmlSchemaElement element
-
-
Constructor Details
-
UnionDeferredAction
public UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Union unionType, org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem) -
UnionDeferredAction
public UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Union unionType) -
UnionDeferredAction
public UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType) -
UnionDeferredAction
public UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
-
-
Method Details
-
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype) - Specified by:
executein interfaceSchemaDeferredAction
-