com.ibm.wsdl

Class InputImpl

public class InputImpl extends AbstractWSDLElement implements Input

This class represents an input message, and contains the name of the input 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 input 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 input 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 input message.

Returns: the input 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 input message.

Parameters: name the desired name

toString

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