org.apache.cxf.tools.corba.processors.idl
Class UnionDeferredAction

java.lang.Object
  extended by 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)
           
 
Method Summary
 void execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

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 Detail

execute

public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
                    CorbaTypeImpl ctype)
Specified by:
execute in interface SchemaDeferredAction


Apache CXF