com.ebmwebsourcing.commons.wsdl.api
Interface Param

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Subinterfaces:
Fault, Input, Output
All Known Implementing Classes:
AbstractParamImpl, FaultImpl, FaultImpl, InputImpl, InputImpl, OutputImpl, OutputImpl

public interface Param
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
 com.ebmwebsourcing.commons.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(com.ebmwebsourcing.commons.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 com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, 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(com.ebmwebsourcing.commons.schema.api.Element element)

getElement

com.ebmwebsourcing.commons.schema.api.Element getElement()

getParts

java.util.List<Part> getParts()

getPart

Part getPart(java.lang.String name)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.