Uses of Class
org.apache.cxf.binding.corba.wsdl.MemberType
Packages that use MemberType
Package
Description
-
Uses of MemberType in org.apache.cxf.binding.corba.wsdl
Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type MemberTypeModifier and TypeFieldDescriptionprotected List<MemberType>Exception.memberprotected List<MemberType>Struct.memberMethods in org.apache.cxf.binding.corba.wsdl that return MemberTypeModifier and TypeMethodDescriptionObjectFactory.createMemberType()Create an instance ofMemberTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type MemberType -
Uses of MemberType in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as MemberTypeModifier and TypeFieldDescriptionprotected MemberTypeExceptionDeferredAction.memberprotected MemberTypeStructDeferredAction.memberConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type MemberTypeModifierConstructorDescriptionExceptionDeferredAction(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 MemberTypeModifier and TypeMethodDescriptionprotected 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 MemberTypeModifier and TypeMethodDescriptionprotected 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 MemberTypeModifier and TypeMethodDescriptionstatic UnionWSDLTypes.processUnionBranches(Union corbaUnion, List<MemberType> fields, List<String> caselist)