package com.philips.ce.ecm2.web.encoding.ser;

import org.apache.axis.encoding.ser.BaseDeserializerFactory;

/**
 * @author nl17882
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to
 * Window>Preferences>Java>Code Generation.
 */
import javax.xml.namespace.QName;


public class PathDeserializerFactory extends BaseDeserializerFactory {
	
    public PathDeserializerFactory(Class javaType, QName xmlType) {
        super(PathDeserializer.class, xmlType, javaType);
    }

}
