1 7 package org.jboss.net.jmx.adaptor; 8 9 import org.jboss.axis.encoding.ser.BaseSerializerFactory; 10 11 import javax.xml.namespace.QName ; 12 13 19 public class MBeanAttributeInfoSerFactory extends BaseSerializerFactory 20 { 21 22 public MBeanAttributeInfoSerFactory(Class javaType, QName xmlType) 23 { 24 super(MBeanAttributeInfoSer.class, xmlType, javaType); 25 } 26 27 } 28 | Popular Tags |