com.ibm.wsdl

Class OutputImpl

public class OutputImpl extends AbstractWSDLElement implements Output

This class represents an output message, and contains the name of the output and the message itself.

Author: Matthew J. Duftler

Field Summary
protected Messagemessage
protected Stringname
protected ListnativeAttributeNames
static longserialVersionUID
Method Summary
MessagegetMessage()
StringgetName()
Get the name of this output message.
ListgetNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
voidsetMessage(Message message)
voidsetName(String name)
Set the name of this output message.
StringtoString()

Field Detail

message

protected Message message

name

protected String name

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID

Method Detail

getMessage

public Message getMessage()

getName

public String getName()
Get the name of this output message.

Returns: the output message name

getNativeAttributeNames

public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.

Returns: a List of Strings, one for each local attribute name

setMessage

public void setMessage(Message message)

setName

public void setName(String name)
Set the name of this output message.

Parameters: name the desired name

toString

public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.