|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLProducer
A PASOA specific interface to generate various assertions as XML.
| Method Summary | |
|---|---|
void |
add(String xml)
Adds an XML fragment to the internal XML store |
void |
clear()
Clears the internal state. |
String |
toXML()
Returns the interaction assertions as a XML blob. |
void |
toXML(Writer writer)
Returns the xml description of the object. |
| Method Detail |
|---|
void clear()
void add(String xml)
xml - the XML fragment to be added.
void toXML(Writer writer)
throws IOException
writer - is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.
IOException - if something fishy happens to the stream.
String toXML()
throws IOException
IOException - if something fishy happens to the stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||