org.apache.wsil.impl.extension.uddi
Class UDDIExtensionWriter

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

public class UDDIExtensionWriter
extends java.lang.Object
implements ExtensionWriter

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

Version:
1.0

Constructor Summary
UDDIExtensionWriter()
          UDDIExtensionWriter 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

UDDIExtensionWriter

public UDDIExtensionWriter()
UDDIExtensionWriter 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.