org.ow2.orchestra.facade.runtime
Interface Message
- All Superinterfaces:
- CopyAble<Message>
- All Known Implementing Classes:
- MessageImpl
public interface Message
- extends CopyAble<Message>
Variable to represent a WSDL message content.
- Author:
- Guillaume Porcher
| Methods inherited from interface org.ow2.orchestra.facade.CopyAble |
copy |
getPartValue
Element getPartValue(String partName)
- Parameters:
partName -
- Returns:
- Element content of the message part 'partName'.
hasPart
boolean hasPart(String partName)
- Test if the message has part named partName
(given in parameter).
- Parameters:
partName - :
name of the part.
- Returns:
- true if the part has been found, false else.
getParts
Map<String,Element> getParts()
- Returns:
- a map with message part name as key and message part element as value.
Copyright © 2012 OW2 Consortium. All Rights Reserved.