Uses of Class
org.apache.cxf.binding.corba.wsdl.TypeMappingType
Packages that use TypeMappingType
Package
Description
-
Uses of TypeMappingType in org.apache.cxf.binding.corba.utils
Method parameters in org.apache.cxf.binding.corba.utils with type arguments of type TypeMappingTypeModifier and TypeMethodDescriptionstatic CorbaTypeMapCorbaUtils.createCorbaTypeMap(List<TypeMappingType> tmTypes) -
Uses of TypeMappingType in org.apache.cxf.binding.corba.wsdl
Methods in org.apache.cxf.binding.corba.wsdl that return TypeMappingTypeModifier and TypeMethodDescriptionObjectFactory.createTypeMappingType()Create an instance ofTypeMappingTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type TypeMappingTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TypeMappingType>ObjectFactory.createTypeMapping(TypeMappingType value) Methods in org.apache.cxf.binding.corba.wsdl with parameters of type TypeMappingTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TypeMappingType>ObjectFactory.createTypeMapping(TypeMappingType value) -
Uses of TypeMappingType in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as TypeMappingTypeModifier and TypeFieldDescriptionprotected TypeMappingTypeTypesVisitorBase.typeMapprotected TypeMappingTypeVisitorBase.typeMapMethods in org.apache.cxf.tools.corba.processors.idl that return TypeMappingTypeModifier and TypeMethodDescriptionWSDLSchemaManager.createCorbaTypeMap(javax.wsdl.Definition definition, String corbatypemaptns) TypesVisitorBase.getCorbaTypeMap()WSDLASTVisitor.getTypeMap()Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type TypeMappingTypeModifier and TypeMethodDescriptionvoidIDLToWSDLProcessor.cleanUpTypeMap(TypeMappingType typeMap) static CorbaTypeScopedNameVisitor.findCorbaType(TypeMappingType typeMap, QName typeName) static CorbaTypeScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap, QName schemaTypeName, Scope scopedName) static StringTypesUtils.getConstValueByName(antlr.collections.AST node, TypeMappingType typeMap) Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type TypeMappingTypeModifierConstructorDescriptionTypesVisitorBase(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, TypeMappingType typeMapRef) -
Uses of TypeMappingType in org.apache.cxf.tools.corba.processors.wsdl
Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type TypeMappingTypeModifier and TypeMethodDescriptionvoidWSDLToCorbaBinding.cleanUpTypeMap(TypeMappingType typeMap) voidWSDLToCorbaHelper.setTypeMap(TypeMappingType map)