oracle.wsdl.internal
Interface Output

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

public interface Output
extends WSDLElement, Namable, Documentable

This interface represents the Output definition of WSDL operation.


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.