1 8 9 package mx4j.tools.remote.soap.axis.ser; 10 11 import javax.xml.namespace.QName ; 12 13 import org.apache.axis.encoding.ser.BaseDeserializerFactory; 14 15 18 public class NotificationDeserFactory extends BaseDeserializerFactory 19 { 20 public NotificationDeserFactory(Class javaType, QName xmlType) 21 { 22 super(NotificationDeser.class, xmlType, javaType); 23 } 24 } 25 | Popular Tags |