1 4 5 9 10 64 65 package org.openlaszlo.remote.soap.encoding; 66 67 import javax.xml.namespace.QName ; 68 import org.apache.axis.encoding.ser.BaseDeserializerFactory; 69 70 75 public class SWFSimpleDeserializerFactory extends BaseDeserializerFactory { 76 public SWFSimpleDeserializerFactory(Class javaType, QName xmlType) { 77 super(SWFSimpleDeserializer.class, xmlType, javaType); 78 } 79 } 80 | Popular Tags |