|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.mapping.xml.MappingOutputter
public class MappingOutputter
Outputs a mapping definition in XML format. The mapping definition is
held in object form in an instance of the MappingDefinition
class. This is transferred into an XML Document representation
and then written to a file.
MappingDefinition| Constructor Summary | |
|---|---|
MappingOutputter()
|
|
| Method Summary | |
|---|---|
void |
write(MappingDocument doc,
java.io.PrintWriter stream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingOutputter()
| Method Detail |
|---|
public void write(MappingDocument doc,
java.io.PrintWriter stream)
throws java.io.IOException
stream - The output stream
java.io.IOException - if there are problems writing to the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||