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

Method Summary
 java.util.Map<java.lang.String,org.w3c.dom.Element> getParts()
           
 org.w3c.dom.Element getPartValue(java.lang.String partName)
           
 boolean hasPart(java.lang.String partName)
          Test if the message has part named partName (given in parameter).
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getPartValue

org.w3c.dom.Element getPartValue(java.lang.String partName)
Parameters:
partName -
Returns:
Element content of the message part 'partName'.

hasPart

boolean hasPart(java.lang.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

java.util.Map<java.lang.String,org.w3c.dom.Element> getParts()
Returns:
a map with message part name as key and message part element as value.


Copyright © 2009 OW2 Consortium. All Rights Reserved.