Package | Description |
---|---|
javax.xml.rpc.encoding | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc.binding |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
TypeMapping.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeMapping.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializerFactory |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
TypeMappingImpl.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
|
SerializerFactory |
TypeMappingImpl.FactoryPair.getSerializerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
TypeMappingImpl.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory df)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
|
void |
TypeMappingImpl.FactoryPair.setSerializerFactory(SerializerFactory sf) |
Modifier and Type | Class and Description |
---|---|
class |
Base64SerializerFactory
SerializerFactory for base64Binary.
|
class |
CalendarSerializerFactory |
class |
DateSerializerFactory
SerializerFactory for Date primitives
|
class |
ElementSerializerFactory
A factory for a Serializer that can handle xsd:anyType
|
class |
HexSerializerFactory
SerializerFactory for hexBinary.
|
class |
JBossXBSerializerFactory
A factory for a Serializer that can handle complex types
by delegating to JAXB.
|
class |
QNameSerializerFactory
SerializerFactory for QName primitive
|
class |
SimpleSerializerFactory
A factory for a Serializer that can handle XMLSchema simple types.
|
class |
SOAPArraySerializerFactory
A factory for a Serializer that can handle SOAP encoded arrays.
|
class |
SOAPElementSerializerFactory
A factory for a Serializer that can handle xsd:anyType
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.