org.apache.wsil.extension
Interface ExtensionWriter

All Known Implementing Classes:
UDDIExtensionWriter, WSDLExtensionWriter

public interface ExtensionWriter

This class will write out the extension element.

Version:
1.0

Method Summary
 void writeElement(ExtensionElement extElement, java.io.Writer writer)
          Write extension element.
 

Method Detail

writeElement

void writeElement(ExtensionElement extElement,
                  java.io.Writer writer)
                  throws java.io.IOException
Write extension element.

Parameters:
extElement - the extension element
writer - the writer that will be used to write out the extention element
Throws:
java.io.IOException


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.