Package uk.ac.starlink.votable.soap
Class VOTableSerialization
java.lang.Object
uk.ac.starlink.votable.soap.VOTableSerialization
Utility class for use with VOTable custom serialization for AXIS.
- Since:
- 23 Mar 2005
- Author:
- Mark Taylor (Starlink)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
QName used to describe objects which are serialized using this serializer. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
configureCall
(org.apache.axis.client.Call call) Configures aCall
object for use with VOTable custom serialization by registering the requisite type mappings, and perhaps other things too.
-
Field Details
-
QNAME_VOTABLE
QName used to describe objects which are serialized using this serializer. This is currently{http://www.ivoa.net/xml/VOTable/v1.1}VOTABLE
.
-
-
Method Details
-
configureCall
public static void configureCall(org.apache.axis.client.Call call) Configures aCall
object for use with VOTable custom serialization by registering the requisite type mappings, and perhaps other things too.- Parameters:
call
- call to configure
-