Uses of Class
org.apache.cxf.binding.corba.wsdl.TypeMappingType
-
Packages that use TypeMappingType Package Description org.apache.cxf.binding.corba.utils org.apache.cxf.binding.corba.wsdl org.apache.cxf.tools.corba.processors.idl org.apache.cxf.tools.corba.processors.wsdl -
-
Uses of TypeMappingType in org.apache.cxf.binding.corba.utils
Method parameters in org.apache.cxf.binding.corba.utils with type arguments of type TypeMappingType Modifier and Type Method Description static 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 TypeMappingType Modifier and Type Method Description TypeMappingTypeObjectFactory. createTypeMappingType()Create an instance ofTypeMappingTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type TypeMappingType Modifier and Type Method Description javax.xml.bind.JAXBElement<TypeMappingType>ObjectFactory. createTypeMapping(TypeMappingType value)Methods in org.apache.cxf.binding.corba.wsdl with parameters of type TypeMappingType Modifier and Type Method Description javax.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 TypeMappingType Modifier and Type Field Description protected TypeMappingTypeTypesVisitorBase. typeMapprotected TypeMappingTypeVisitorBase. typeMapMethods in org.apache.cxf.tools.corba.processors.idl that return TypeMappingType Modifier and Type Method Description TypeMappingTypeWSDLSchemaManager. createCorbaTypeMap(javax.wsdl.Definition definition, String corbatypemaptns)TypeMappingTypeTypesVisitorBase. getCorbaTypeMap()TypeMappingTypeWSDLASTVisitor. getTypeMap()Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type TypeMappingType Modifier and Type Method Description voidIDLToWSDLProcessor. 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 TypeMappingType Constructor Description TypesVisitorBase(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 TypeMappingType Modifier and Type Method Description voidWSDLToCorbaBinding. cleanUpTypeMap(TypeMappingType typeMap)voidWSDLToCorbaHelper. setTypeMap(TypeMappingType map)
-