Class WSDDDocumentation

  • All Implemented Interfaces:
    java.io.Serializable

    public class WSDDDocumentation
    extends WSDDElement
    represents a WSDD documentation All WSDDElement can have a documentation but it is used only for Services, Operations and Parameters for now
    See Also:
    Serialized Form
    • Constructor Detail

      • WSDDDocumentation

        public WSDDDocumentation​(java.lang.String value)
      • WSDDDocumentation

        public WSDDDocumentation​(org.w3c.dom.Element e)
                          throws WSDDException
        Parameters:
        e - (Element) XXX
        Throws:
        WSDDException - XXX
    • Method Detail

      • getValue

        public java.lang.String getValue()
        get the documentation
      • setValue

        public void setValue​(java.lang.String value)
        set the documentation
      • writeToContext

        public void writeToContext​(SerializationContext context)
                            throws java.io.IOException
        Write this element out to a SerializationContext
        Specified by:
        writeToContext in class WSDDElement
        Throws:
        java.io.IOException