Package javax.xml.rpc.encoding


package javax.xml.rpc.encoding
  • Class
    Description
    The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
    The 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.SerializationContext interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner.
    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.TypeMapping is the base interface for the representation of a type mapping.
    The interface javax.xml.rpc.encoding.TypeMappingRegistry defines a registry of TypeMapping instances for various encoding styles.
    Constants representing XML Types.