Uses of Class
com.sun.xml.rpc.processor.config.TypeMappingInfo
-
Packages that use TypeMappingInfo Package Description com.sun.xml.rpc.processor.config com.sun.xml.rpc.processor.model.exporter com.sun.xml.rpc.processor.model.java -
-
Uses of TypeMappingInfo in com.sun.xml.rpc.processor.config
Methods in com.sun.xml.rpc.processor.config that return TypeMappingInfo Modifier and Type Method Description TypeMappingInfoTypeMappingRegistryInfo. getTypeMappingInfo(String encodingStyle, String javaTypeName)TypeMappingInfoTypeMappingRegistryInfo. getTypeMappingInfo(String encodingStyle, QName xmlType)Methods in com.sun.xml.rpc.processor.config with parameters of type TypeMappingInfo Modifier and Type Method Description voidTypeMappingRegistryInfo. addMapping(TypeMappingInfo i) -
Uses of TypeMappingInfo in com.sun.xml.rpc.processor.model.exporter
Methods in com.sun.xml.rpc.processor.model.exporter with parameters of type TypeMappingInfo Modifier and Type Method Description protected voidModelImporter. propertyTypeMappingInfo(XMLReader reader, TypeMappingInfo subject, String name, Object value)protected voidModelExporter. visitTypeMappingInfo(TypeMappingInfo target) -
Uses of TypeMappingInfo in com.sun.xml.rpc.processor.model.java
Methods in com.sun.xml.rpc.processor.model.java that return TypeMappingInfo Modifier and Type Method Description TypeMappingInfoJavaCustomType. getTypeMappingInfo()Methods in com.sun.xml.rpc.processor.model.java with parameters of type TypeMappingInfo Modifier and Type Method Description voidJavaCustomType. setTypeMappingInfo(TypeMappingInfo typeMappingInfo)Constructors in com.sun.xml.rpc.processor.model.java with parameters of type TypeMappingInfo Constructor Description JavaCustomType(String name, TypeMappingInfo typeMappingInfo)
-