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   
 

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>}
 



Apache CXF