com.sun.xml.ws.api.model.wsdl.editable
Interface EditableWSDLMessage

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

public interface EditableWSDLMessage
extends WSDLMessage


Method Summary
 void add(EditableWSDLPart part)
          Add part
 Iterable<? extends EditableWSDLPart> parts()
          Gets all the parts.
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLMessage
getName
 
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

parts

Iterable<? extends EditableWSDLPart> parts()
Description copied from interface: WSDLMessage
Gets all the parts.

Specified by:
parts in interface WSDLMessage

add

void add(EditableWSDLPart part)
Add part

Parameters:
part - Part


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