Uses of Class
org.apache.cxf.binding.corba.wsdl.MemberType
-
Packages that use MemberType Package Description org.apache.cxf.binding.corba.wsdl org.apache.cxf.tools.corba.processors.idl org.apache.cxf.tools.corba.processors.wsdl -
-
Uses of MemberType in org.apache.cxf.binding.corba.wsdl
Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type MemberType Modifier and Type Field Description protected List<MemberType>Exception. memberprotected List<MemberType>Struct. memberMethods in org.apache.cxf.binding.corba.wsdl that return MemberType Modifier and Type Method Description MemberTypeObjectFactory. createMemberType()Create an instance ofMemberTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type MemberType Modifier and Type Method Description List<MemberType>Exception. getMember()Gets the value of the member property.List<MemberType>Struct. getMember()Gets the value of the member property. -
Uses of MemberType in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as MemberType Modifier and Type Field Description protected MemberTypeExceptionDeferredAction. memberprotected MemberTypeStructDeferredAction. memberConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type MemberType Constructor Description ExceptionDeferredAction(MemberType memberType)ExceptionDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)StructDeferredAction(MemberType memberType)StructDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem) -
Uses of MemberType in org.apache.cxf.tools.corba.processors.wsdl
Methods in org.apache.cxf.tools.corba.processors.wsdl that return MemberType Modifier and Type Method Description protected MemberTypeWSDLToCorbaHelper. processComplexContentStructChoice(org.apache.ws.commons.schema.XmlSchemaChoice choice, QName schematypeName, QName defaultName)Methods in org.apache.cxf.tools.corba.processors.wsdl that return types with arguments of type MemberType Modifier and Type Method Description protected List<MemberType>WSDLToCorbaHelper. processAttributesAsMembers(List<org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef> list, String uri)protected List<MemberType>WSDLToCorbaHelper. processContainerAsMembers(org.apache.ws.commons.schema.XmlSchemaParticle particle, QName defaultName, QName schemaTypeName)Method parameters in org.apache.cxf.tools.corba.processors.wsdl with type arguments of type MemberType Modifier and Type Method Description static UnionWSDLTypes. processUnionBranches(Union corbaUnion, List<MemberType> fields, List<String> caselist)
-