Package com.sun.xml.ws.api.model.wsdl
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
-