Package | Description |
---|---|
javax.xml.rpc.encoding | |
org.jboss.ws.core.binding | |
org.jboss.ws.core.jaxrpc.binding |
Modifier and Type | Method and Description |
---|---|
Serializer |
SerializerFactory.getSerializerAs(String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializerSupport
The base class for all Serializers.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
AbstractSerializerFactory.getSerializerAs(String mechanismType) |
Modifier and Type | Class and Description |
---|---|
class |
Base64Serializer
Serializer for base64
|
class |
CalendarSerializer |
class |
DateSerializer
Serializer for Dates.
|
class |
ElementSerializer
A serializer that can handle xsd:anyType
|
class |
HexSerializer
Serializer for hexBinary.
|
class |
JBossXBSerializer
A Serializer that can handle complex types by delegating to JAXB.
|
class |
NullValueSerializer
Serializer for null values.
|
class |
QNameSerializer
Serializer for QNames.
|
class |
SimpleSerializer
A serializer that can handle XMLSchema simple types.
|
class |
SOAPArraySerializer
A Serializer that can handle SOAP encoded arrays.
|
class |
SOAPElementSerializer
A serializer that can handle xsd:anyType
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.