public class TypeMappingUtil extends Object
| Constructor and Description |
|---|
TypeMappingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.rpc.encoding.Deserializer |
getDeserializer(javax.xml.rpc.encoding.TypeMapping mapping,
Class javaType,
QName xmlType) |
static javax.xml.rpc.encoding.Serializer |
getSerializer(javax.xml.rpc.encoding.TypeMapping mapping,
Class javaType,
QName xmlType) |
static javax.xml.rpc.encoding.TypeMapping |
getTypeMapping(javax.xml.rpc.encoding.TypeMappingRegistry registry,
String encodingStyle) |
public static javax.xml.rpc.encoding.TypeMapping getTypeMapping(javax.xml.rpc.encoding.TypeMappingRegistry registry, String encodingStyle) throws Exception
Exceptionpublic static javax.xml.rpc.encoding.Serializer getSerializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) throws Exception
Exceptionpublic static javax.xml.rpc.encoding.Deserializer getDeserializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.