Java API

oracle.j2ee.ws.client.wsdl
Interface Message


public interface Message

This interface describes a message used for communication with an operation.


Method Summary
TypeMethod
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Part getPart(java.lang.String name)
          Get the specified part.
 java.util.Map getParts()
          Get all the parts defined here.
 org.apache.soap.util.xml.QName getQName()
          Get the name of this message.
 

Method Detail

getQName

public org.apache.soap.util.xml.QName getQName()
Get the name of this message.
Returns:
the message name

getPart

public Part getPart(java.lang.String name)
Get the specified part.
Parameters:
name - the name of the desired part.
Returns:
the corresponding part, or null if there wasn't any matching part

getParts

public java.util.Map getParts()
Get all the parts defined here.

getDocumentationElement

public org.w3c.dom.Element getDocumentationElement()
Get the documentation element.
Returns:
the documentation element

Java API

Copyright © 2001 - Oracle Corporation