mx4j.tools.remote.soap.axis.ser.AttributeDeserFactory Maven / Gradle / Ivy
/*
* Copyright (C) The MX4J Contributors.
* All rights reserved.
*
* This software is distributed under the terms of the MX4J License version 1.0.
* See the terms of the MX4J License in the documentation provided with this software.
*/
package mx4j.tools.remote.soap.axis.ser;
import javax.xml.namespace.QName;
import org.apache.axis.encoding.ser.BaseDeserializerFactory;
/**
* @version $Revision: 1.7 $
*/
public class AttributeDeserFactory extends BaseDeserializerFactory
{
public AttributeDeserFactory(Class javaType, QName xmlType)
{
super(AttributeDeser.class, xmlType, javaType);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy