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

B10395-01

oracle.j2ee.ws.client.wsdl
Interface Input


public interface Input

This interface represents an input message, and contains the name of the input and the message itself.


Method Summary
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Message getMessage()
          Returns the associated Message
 java.lang.String getName()
          Get the name of this input message.

 

Method Detail

getName

public java.lang.String getName()
Get the name of this input message.
Returns:
the input message name

getMessage

public Message getMessage()
Returns the associated Message

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.