Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client.wsdl
Interface Message


public interface Message

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


Method Summary
 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

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.