public class UnionDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected org.apache.cxf.binding.corba.wsdl.Union |
union |
protected org.apache.cxf.binding.corba.wsdl.Unionbranch |
unionBranch |
| Constructor and Description |
|---|
UnionDeferredAction(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) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype) |
protected org.apache.cxf.binding.corba.wsdl.Union union
protected org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranch
protected org.apache.ws.commons.schema.XmlSchemaElement element
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)
public UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Union unionType)
public UnionDeferredAction(org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType)
public UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF