Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.Union

Packages that use Union
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.wsdl   
 

Uses of Union in org.apache.cxf.binding.corba.wsdl
 

Methods in org.apache.cxf.binding.corba.wsdl that return Union
 Union ObjectFactory.createUnion()
          Create an instance of Union
 

Uses of Union in org.apache.cxf.tools.corba.processors.idl
 

Fields in org.apache.cxf.tools.corba.processors.idl declared as Union
protected  Union UnionDeferredAction.union
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type Union
UnionDeferredAction(Union unionType)
           
UnionDeferredAction(Union unionType, Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
 

Uses of Union in org.apache.cxf.tools.corba.processors.wsdl
 

Methods in org.apache.cxf.tools.corba.processors.wsdl that return Union
protected  Union WSDLToCorbaHelper.createUnion(QName name, org.apache.ws.commons.schema.XmlSchemaChoice choice, QName defaultName, QName schematypeName)
           
static Union WSDLTypes.processUnionBranches(Union corbaUnion, List fields, List<String> caselist)
           
 

Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type Union
static Union WSDLTypes.processUnionBranches(Union corbaUnion, List fields, List<String> caselist)
           
 


Apache CXF API

Apache CXF