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. 
org.eclipse.wst.wsdl.binding.soap 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 Part.getEMessage()
          Returns the value of the 'EMessage' reference
 Message MessageReference.getEMessage()
          Returns the value of the 'EMessage' reference
 

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

Uses of Message in org.eclipse.wst.wsdl.binding.soap
 

Methods in org.eclipse.wst.wsdl.binding.soap that return Message
 Message SOAPHeaderBase.getEMessage()
          Returns the value of the 'EMessage' reference
 

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