org.apache.wsil.impl.extension.wsdl
Class WSDLExtensionWriter

java.lang.Object
  extended by org.apache.wsil.impl.extension.wsdl.WSDLExtensionWriter
All Implemented Interfaces:
ExtensionWriter

public class WSDLExtensionWriter
extends java.lang.Object
implements ExtensionWriter

The WSDL extension writer class is used to write the WSDL extension elements to an output writer.

Version:
1.0

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

WSDLExtensionWriter

public WSDLExtensionWriter()
WSDLExtensionWriter constructor comment.

Method Detail

writeElement

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

Specified by:
writeElement in interface ExtensionWriter
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.