1 7 8 10 package org.jboss.net.jmx.adaptor; 11 12 import org.jboss.axis.encoding.ser.BaseDeserializerFactory; 13 14 import javax.xml.namespace.QName ; 15 16 22 public class MBeanNotificationInfoDeserFactory 23 extends BaseDeserializerFactory 24 { 25 public MBeanNotificationInfoDeserFactory(Class javaType, QName xmlType) 26 { 27 super(MBeanNotificationInfoDeser.class, xmlType, javaType); 28 } 29 30 } | Popular Tags |