Interface WSDLMessage

All Superinterfaces:
WSDLExtensible, WSDLObject
All Known Subinterfaces:
EditableWSDLMessage
All Known Implementing Classes:
WSDLMessageImpl

public interface WSDLMessage extends WSDLObject, WSDLExtensible
Abstraction of wsdl:message.
Author:
Vivek Pandey
  • Method Details

    • getName

      QName getName()
      Gives wsdl:message@name value.
    • parts

      Iterable<? extends WSDLPart> parts()
      Gets all the parts.