Package javax.wsdl

Interface Input

All Superinterfaces:
AttributeExtensible, ElementExtensible, Serializable, WSDLElement
All Known Implementing Classes:
InputImpl

public interface Input extends WSDLElement
This interface represents an input message, and contains the name of the input and the message itself.
Author:
Matthew J. Duftler
  • Method Details

    • setName

      void setName(String name)
      Set the name of this input message.
      Parameters:
      name - the desired name
    • getName

      String getName()
      Get the name of this input message.
      Returns:
      the input message name
    • setMessage

      void setMessage(Message message)
    • getMessage

      Message getMessage()