com.ebmwebsourcing.commons.wsdl.api
Interface BindingParam

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Subinterfaces:
BindingFault, BindingInput, BindingOutput
All Known Implementing Classes:
AbstractBindingParamImpl, BindingFaultImpl, BindingFaultImpl, BindingInputImpl, BindingInputImpl, BindingOutputImpl, BindingOutputImpl

public interface BindingParam
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
 HTTPBinding4Wsdl11 getHTTPBinding4Wsdl11()
           
 HTTPBinding4Wsdl20 getHTTPBinding4Wsdl20()
           
 java.lang.String getHttpContentEncoding()
           
 MIMEBinding4Wsdl11 getMIMEBinding4Wsdl11()
           
 java.lang.String getName()
          Get the name of this input.
 SOAP11Binding4Wsdl11 getSOAP11Binding4Wsdl11()
           
 SOAP12Binding4Wsdl11 getSOAP12Binding4Wsdl11()
           
 SOAPBinding4Wsdl20 getSOAP12Binding4Wsdl20()
           
 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

getSOAP11Binding4Wsdl11

SOAP11Binding4Wsdl11 getSOAP11Binding4Wsdl11()

getSOAP12Binding4Wsdl11

SOAP12Binding4Wsdl11 getSOAP12Binding4Wsdl11()

getHTTPBinding4Wsdl11

HTTPBinding4Wsdl11 getHTTPBinding4Wsdl11()

getMIMEBinding4Wsdl11

MIMEBinding4Wsdl11 getMIMEBinding4Wsdl11()

getSOAP12Binding4Wsdl20

SOAPBinding4Wsdl20 getSOAP12Binding4Wsdl20()

getHTTPBinding4Wsdl20

HTTPBinding4Wsdl20 getHTTPBinding4Wsdl20()

getHttpContentEncoding

java.lang.String getHttpContentEncoding()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.