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
 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
 

Method Detail

getName

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


parts

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.