Uses of Package
javax.xml.rpc.encoding
Packages that use javax.xml.rpc.encoding
Package
Description
This package contains the core Jakarta XML RPC for the client
programming model.
This package defines APIs for the extensible type mapping framework.
-
Classes in javax.xml.rpc.encoding used by javax.xml.rpcClassDescriptionThe interface
javax.xml.rpc.encoding.TypeMappingRegistrydefines a registry of TypeMapping instances for various encoding styles. -
Classes in javax.xml.rpc.encoding used by javax.xml.rpc.encodingClassDescriptionThe javax.xml.rpc.encoding.Deserializer interface defines a base interface for deserializers.The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers.The javax.xml.rpc.encoding.Serializer interface defines the base interface for serializers.The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers.The
javax.xml.rpc.encoding.TypeMappingis the base interface for the representation of a type mapping.