All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.core.xml.IXmlWriterStrategy Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.core.xml;

import java.io.Serializable;
import java.io.Writer;

/**
 * 
 * @author Francesco Cina'
 *
 * 16/giu/2010
 */
public interface IXmlWriterStrategy extends Serializable {
	
	Writer getWriter() throws Exception ;
	
	void close()  throws Exception;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy