Apache CXF API

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

Packages that use TypeMappingType
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
static CorbaTypeMap CorbaUtils.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
 TypeMappingType ObjectFactory.createTypeMappingType()
          Create an instance of TypeMappingType
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type TypeMappingType
 javax.xml.bind.JAXBElement<TypeMappingType> ObjectFactory.createTypeMapping(TypeMappingType value)
          Create an instance of JAXBElement<TypeMappingType>}
 

Methods in org.apache.cxf.binding.corba.wsdl with parameters of type TypeMappingType
 javax.xml.bind.JAXBElement<TypeMappingType> ObjectFactory.createTypeMapping(TypeMappingType value)
          Create an instance of JAXBElement<TypeMappingType>}
 

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

Fields in org.apache.cxf.tools.corba.processors.idl declared as TypeMappingType
protected  TypeMappingType TypesVisitorBase.typeMap
           
protected  TypeMappingType VisitorBase.typeMap
           
 

Methods in org.apache.cxf.tools.corba.processors.idl that return TypeMappingType
 TypeMappingType WSDLSchemaManager.createCorbaTypeMap(javax.wsdl.Definition definition, String corbatypemaptns)
           
 TypeMappingType TypesVisitorBase.getCorbaTypeMap()
           
 TypeMappingType WSDLASTVisitor.getTypeMap()
           
 

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type TypeMappingType
 void IDLToWSDLProcessor.cleanUpTypeMap(TypeMappingType typeMap)
           
static CorbaTypeImpl ScopedNameVisitor.findCorbaType(TypeMappingType typeMap, QName typeName)
           
static CorbaTypeImpl ScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap, QName schemaTypeName, Scope scopedName)
           
static String TypesUtils.getConstValueByName(antlr.collections.AST node, TypeMappingType typeMap)
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type TypeMappingType
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
 void WSDLToCorbaBinding.cleanUpTypeMap(TypeMappingType typeMap)
           
 void WSDLToCorbaHelper.setTypeMap(TypeMappingType map)
           
 


Apache CXF API

Apache CXF