org.apache.cxf.tools.corba.processors.idl
Class UnionDeferredAction
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.UnionDeferredAction
- All Implemented Interfaces:
- DeferredAction, SchemaDeferredAction
public class UnionDeferredAction
- extends java.lang.Object
- implements SchemaDeferredAction
Field Summary |
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 Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
execute
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
- Specified by:
execute
in interface SchemaDeferredAction
Apache CXF