org.ow2.easywsdl.wsdl.api.abstractItf
Interface AbsItfParam

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
AbsItfFault, AbsItfInput, AbsItfOutput, Fault, Input, Output, Param
All Known Implementing Classes:
AbstractParamImpl, FaultImpl, FaultImpl, InputImpl, InputImpl, OutputImpl, OutputImpl

public interface AbsItfParam
extends WSDLElement

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

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 org.ow2.easywsdl.schema.api.Element getElement()
           
 javax.xml.namespace.QName getMessageName()
          Get the name of this input message.
 java.lang.String getName()
          Get the name of this input.
 Part getPart(java.lang.String name)
           
 java.util.List<Part> getParts()
           
 void setElement(org.ow2.easywsdl.schema.api.Element element)
           
 void setMessageName(javax.xml.namespace.QName name)
          Set the name of this input message.
 void setName(java.lang.String name)
          Set the name of this input.
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

setName

void setName(java.lang.String name)
             throws WSDLException
Set the name of this input.

Parameters:
name - the desired name
Throws:
WSDLException

getName

java.lang.String getName()
Get the name of this input.

Returns:
the input message name

setMessageName

void setMessageName(javax.xml.namespace.QName name)
Set the name of this input message.

Parameters:
name - the desired name

getMessageName

javax.xml.namespace.QName getMessageName()
Get the name of this input message.

Returns:
the input message name

setElement

void setElement(org.ow2.easywsdl.schema.api.Element element)
                throws WSDLException
Throws:
WSDLException

getElement

org.ow2.easywsdl.schema.api.Element getElement()

getParts

java.util.List<Part> getParts()

getPart

Part getPart(java.lang.String name)


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.