Apache CXF API

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

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

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

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type Unionbranch
protected  List<Unionbranch> Union.unionbranch
           
 

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

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type Unionbranch
 List<Unionbranch> Union.getUnionbranch()
          Gets the value of the unionbranch property.
 

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

Fields in org.apache.cxf.tools.corba.processors.idl declared as Unionbranch
protected  Unionbranch UnionDeferredAction.unionBranch
           
 

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


Apache CXF API

Apache CXF