oracle.wsdl.internal
Interface Input

All Superinterfaces:
Documentable, Namable, java.io.Serializable, WSDLElement

public interface Input
extends WSDLElement, Namable, Documentable

This interface represents the WSDL operation Input definition.


Method Summary
TypeMethod
 QName getMessage()
          Get the message
 void setMessage(QName message)
          Set message
 
Methods inherited from interface oracle.wsdl.internal.WSDLElement
getOwnerDefinitions, getParent, serialize
 
Methods inherited from interface oracle.wsdl.internal.Namable
getName, setName
 
Methods inherited from interface oracle.wsdl.internal.Documentable
getDocumentation, setDocumentation
 

Method Detail

getMessage

public QName getMessage()
Get the message
Returns:
the qname of message

setMessage

public void setMessage(QName message)
Set message
Parameters:
name - the qname of message


Copyright © 2001 Oracle SOAP. All Rights Reserved.