Apache CXF API

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 Object
implements SchemaDeferredAction


Field Summary
protected  org.apache.ws.commons.schema.XmlSchemaElement element
           
protected  Union union
           
protected  Unionbranch unionBranch
           
 
Constructor Summary
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
 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 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:
execute in interface SchemaDeferredAction

Apache CXF API

Apache CXF