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.BaseSerializerFactory; 14 15 18 public class TimerNotificationSerFactory extends BaseSerializerFactory 19 { 20 public TimerNotificationSerFactory(Class javaType, QName xmlType) 21 { 22 super(TimerNotificationSer.class, xmlType, javaType); 23 } 24 25 } 26 | Popular Tags |