|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.extension.wsdl.WSDLExtensionWriter
public class WSDLExtensionWriter
The WSDL extension writer class is used to write the WSDL extension elements to an output writer.
Constructor Summary | |
---|---|
WSDLExtensionWriter()
WSDLExtensionWriter constructor comment. |
Method Summary | |
---|---|
void |
writeElement(ExtensionElement extElement,
java.io.Writer writer)
Write extension element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLExtensionWriter()
Method Detail |
---|
public void writeElement(ExtensionElement extElement, java.io.Writer writer) throws java.io.IOException
writeElement
in interface ExtensionWriter
extElement
- the extension elementwriter
- the writer that will be used to write out the extention element
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |