Package uk.ac.starlink.votable.soap
package uk.ac.starlink.votable.soap
Classes providing custom serialization/deserialization of StarTables
in JAX-RPC SOAP calls.
StarTables are serialized as VOTABLE elements containing the
bulk data as a BINARY inline stream element, since this will be the
most space-efficient way of doing it.
The appropriate parameter type is given by
VOTableSerialization.QNAME_VOTABLE
.
Although in principle these should work with any JAX-RPC implementation, in practice there are several places where the code has had to be made AXIS-specific, so it's unlikely they will work with implementations other than AXIS.
-
ClassesClassDescriptionCustom deserializer for VOTables.Custom deserializer factory for streaming StarTables using AXIS.Custom serializer for StarTables.Custom serializer factory for streaming StarTables using AXIS.Utility class for use with VOTable custom serialization for AXIS.