de.smartics.properties.config.transfer.templatestream
Class XmlFactory

Package class diagram package XmlFactory
java.lang.Object
  extended by de.smartics.properties.config.transfer.templatestream.Factory
      extended by de.smartics.properties.config.transfer.templatestream.XmlFactory
All Implemented Interfaces:
PropertySinkFactory< StreamPropertySink>

public class XmlFactory
     
     
extends Factory

Creates instances of StreamPropertySink by providing a template to generate an XML document.


Constructor Summary
XmlFactory()
          Default constructor.
 
Method Summary
 StreamPropertySink create()
          Creates an instance of PropertySink.
 
Methods inherited from class de.smartics.properties.config.transfer.templatestream.Factory
getEncoding, setConfigColumn, setDocumentExtro, setDocumentIntro, setEncoding, setEscaper, setEscaperType, setFile, setLineExtro, setLineIntro, setNameColumn, setStream, setTable, setTemplate, setValueColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFactory

public XmlFactory()
Default constructor.

Method Detail

create

public StreamPropertySink create()
                          throws IllegalStateException
Creates an instance of PropertySink.

Specified by:
create in interface PropertySinkFactory<StreamPropertySink>
Overrides:
create in class Factory
Returns:
an instance of PropertySink.
Throws:
IllegalStateException - on any problem opening the stream.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.