Uses of Interface
org.eclipse.wst.wsdl.Message

Packages that use Message
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of Message in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Message
 Message WSDLFactory.createMessage()
          Returns a new object of class 'Message'
 Message MessageReference.getEMessage()
          Returns the value of the 'EMessage' reference
 Message Part.getEMessage()
          Returns the value of the 'EMessage' reference
 

Methods in org.eclipse.wst.wsdl with parameters of type Message
 void MessageReference.setEMessage(Message value)
          Sets the value of the 'EMessage' reference
 void Part.setEMessage(Message value)
          Sets the value of the 'EMessage' reference