com.sun.xml.ws.api.model.wsdl
Interface WSDLMessage

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

public interface WSDLMessage
extends WSDLObject, WSDLExtensible

Abstraction of wsdl:message.


Method Summary
 QName getName()
          Gives wsdl:message@name value.
 Iterable<? extends WSDLPart> parts()
          Gets all the parts.
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, getExtension, getExtensions, getExtensions
 

Method Detail

getName

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


parts

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