Uses of Class
org.apache.cxf.binding.corba.wsdl.Union
-
Packages that use Union Package Description 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 Modifier and Type Method Description UnionObjectFactory. createUnion()Create an instance ofUnion -
Uses of Union in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as Union Modifier and Type Field Description protected UnionUnionDeferredAction. unionConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type Union Constructor Description 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 Modifier and Type Method Description protected UnionWSDLToCorbaHelper. createUnion(QName name, org.apache.ws.commons.schema.XmlSchemaChoice choice, QName defaultName, QName schematypeName)static UnionWSDLTypes. processUnionBranches(Union corbaUnion, List<MemberType> fields, List<String> caselist)Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type Union Modifier and Type Method Description static UnionWSDLTypes. processUnionBranches(Union corbaUnion, List<MemberType> fields, List<String> caselist)
-