public class TypeMappings extends Object implements SerializerConstants
DONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE| Constructor and Description |
|---|
TypeMappings() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createMapping(Class serializerType,
QName xmlType,
Class javaType,
javax.xml.rpc.Service service) |
static void |
createMapping(Class serializerType,
QName xmlType,
Class javaType,
javax.xml.rpc.encoding.TypeMapping mappings) |
static void |
createValueTypeMapping(QName xmlType,
Class javaType,
javax.xml.rpc.Service service) |
public static void createMapping(Class serializerType, QName xmlType, Class javaType, javax.xml.rpc.encoding.TypeMapping mappings)
public static void createMapping(Class serializerType, QName xmlType, Class javaType, javax.xml.rpc.Service service)
public static void createValueTypeMapping(QName xmlType, Class javaType, javax.xml.rpc.Service service)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.