Interface EditableWSDLMessage
- All Superinterfaces:
WSDLExtensible,WSDLMessage,WSDLObject
- All Known Implementing Classes:
WSDLMessageImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(EditableWSDLPart part) Add partIterable<? extends EditableWSDLPart>parts()Gets all the parts.Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLMessage
getNameMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
parts
Iterable<? extends EditableWSDLPart> parts()Description copied from interface:WSDLMessageGets all the parts.- Specified by:
partsin interfaceWSDLMessage
-
add
Add part- Parameters:
part- Part
-