| Interface | Description |
|---|---|
| _Initializable |
Stubs/Serializers implement this interface so that they can initialize
the serializers they will need
|
| CombinedSerializer |
All serializers in the JAX-RPC SI extend this interface.
|
| ExtendedTypeMapping |
An extension of the standard TypeMapping interface
|
| GenericObjectSerializer.GetterMethod | |
| GenericObjectSerializer.SetterMethod | |
| IDREFSerializerHelper |
A valueType which is of xsd:ID type, its serializer should
implement this interface in order for IDREF serializers to get the
ID string.
|
| Initializable | |
| InternalEncodingConstants | |
| InternalTypeMappingRegistry | |
| JAXRPCDeserializer | |
| JAXRPCSerializer | |
| PostDeserializationAction |
The action object.
|
| ReferenceableSerializer | |
| SerializerCallback | |
| SerializerConstants | |
| SOAPInstanceBuilder | |
| TypeMappingDescriptor | |
| Validatable |
| Exception | Description |
|---|---|
| DeserializationException |
DeserializationException represents an exception that occurred while
deserializing a Java value from XML.
|
| EncodingException |
EncodingException represents an exception that occurred while supporting
object serialization or deserialization.
|
| MissingTrailingBlockIDException |
MissingTrailingBlockIDException represents an exception that occurred while
deserializing a Java value from poorly formed XML
|
| SerializationException |
SerializationException represents an exception that occurred while
serializing a Java value as XML.
|
| TypeMappingException |
TypeMappingException represents an exception that occurred in the type mapping framework.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.