Class 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

      Constructors 
      Constructor Description
      UDDIExtensionWriter()
      UDDIExtensionWriter constructor comment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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