Package | Description |
---|---|
javax.xml.rpc.encoding | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc.binding |
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMapping.getDeserializer(Class javaType,
QName xmlType)
Gets the DeserializerFactory 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 |
AbstractDeserializerFactory |
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMappingImpl.getDeserializer(Class javaType,
QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
|
DeserializerFactory |
TypeMappingImpl.FactoryPair.getDeserializerFactory() |
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.setDeserializerFactory(DeserializerFactory df) |
Modifier and Type | Class and Description |
---|---|
class |
Base64DeserializerFactory
DeserializerFactory for base64.
|
class |
CalendarDeserializerFactory
A CalendarDeserializer Factory
|
class |
DateDeserializerFactory
A DateDeserializer Factory
|
class |
ElementDeserializerFactory
A factory for a Deserializer that can handle XMLSchema simple types.
|
class |
HexDeserializerFactory
DeserializerFactory for hexBinary.
|
class |
JBossXBDeserializerFactory
A factory for a Deserializer that can handle complex types
by delegating to JAXB.
|
class |
QNameDeserializerFactory |
class |
SimpleDeserializerFactory
A factory for a Deserializer that can handle XMLSchema simple types.
|
class |
SOAPArrayDeserializerFactory
A factory for a Deserializer that can handle SOAP encoded arrays.
|
class |
SOAPElementDeserializerFactory
A factory for a Deserializer that can handle XMLSchema simple types.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.