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
 javax.xml.namespace.QName getName()
          Gives wsdl:message@name value.
 java.lang.Iterable<? extends WSDLPart> parts()
          Gets all the parts.
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, getExtension, getExtensions, getExtensions
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
 

Method Detail

getName

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


parts

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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.