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

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

/**
 * @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 PathSerializerFactory extends BaseSerializerFactory {
	
    public PathSerializerFactory(Class javaType, QName xmlType) {
        super(PathSerializer.class, xmlType, javaType);
        System.out.println("PathSerializerFactory ended");
    }

}
