added SeqSearch service interface. Documented and refactored web service client ...
[jalview.git] / src / vamsas / objects / simple / Object_Helper.java
1 /**
2  * Object_Helper.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
6  */
7
8 package vamsas.objects.simple;
9
10 public class Object_Helper {
11     // Type metadata
12     private static org.apache.axis.description.TypeDesc typeDesc =
13         new org.apache.axis.description.TypeDesc(Object.class, true);
14
15     static {
16         typeDesc.setXmlType(new javax.xml.namespace.QName("http://simple.objects.vamsas", "Object"));
17     }
18
19     /**
20      * Return type metadata object
21      */
22     public static org.apache.axis.description.TypeDesc getTypeDesc() {
23         return typeDesc;
24     }
25
26     /**
27      * Get Custom Serializer
28      */
29     public static org.apache.axis.encoding.Serializer getSerializer(
30            java.lang.String mechType, 
31            java.lang.Class _javaType,  
32            javax.xml.namespace.QName _xmlType) {
33         return 
34           new  org.apache.axis.encoding.ser.BeanSerializer(
35             _javaType, _xmlType, typeDesc);
36     }
37
38     /**
39      * Get Custom Deserializer
40      */
41     public static org.apache.axis.encoding.Deserializer getDeserializer(
42            java.lang.String mechType, 
43            java.lang.Class _javaType,  
44            javax.xml.namespace.QName _xmlType) {
45         return 
46           new  org.apache.axis.encoding.ser.BeanDeserializer(
47             _javaType, _xmlType, typeDesc);
48     }
49
50 }