com.jpattern.core.xml.IXmlWriterStrategy Maven / Gradle / Ivy
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