Class WSDDOperation

  • All Implemented Interfaces:
    java.io.Serializable

    public class WSDDOperation
    extends WSDDElement
    Parse the WSDD operation elements. Example:
    See Also:
    Serialized Form
    • Constructor Detail

      • WSDDOperation

        public WSDDOperation​(OperationDesc desc)
        Constructor
      • WSDDOperation

        public WSDDOperation​(org.w3c.dom.Element e,
                             ServiceDesc parent)
                      throws WSDDException
        Constructor from XML
        Parameters:
        e - (Element) the element
        parent - our ServiceDesc.
        Throws:
        WSDDException - XXX