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

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
AbsItfBindingFault, AbsItfBindingInput, AbsItfBindingOutput, BindingFault, BindingInput, BindingOutput, BindingParam
All Known Implementing Classes:
AbstractBindingParamImpl, BindingFaultImpl, BindingFaultImpl, BindingInputImpl, BindingInputImpl, BindingOutputImpl, BindingOutputImpl

public interface AbsItfBindingParam
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
 SOAP11Binding4Wsdl11 createSOAP11Binding4Wsdl11()
           
 SOAPBinding4Wsdl20 createSOAP12Binding4Wsdl20()
           
 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.
 void setSOAP11Binding4Wsdl11(SOAP11Binding4Wsdl11 soap11binding)
           
 void setSOAP12Binding4Wsdl20(SOAPBinding4Wsdl20 soap12binding)
           
 
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

createSOAP11Binding4Wsdl11

SOAP11Binding4Wsdl11 createSOAP11Binding4Wsdl11()

getSOAP11Binding4Wsdl11

SOAP11Binding4Wsdl11 getSOAP11Binding4Wsdl11()

setSOAP11Binding4Wsdl11

void setSOAP11Binding4Wsdl11(SOAP11Binding4Wsdl11 soap11binding)

getSOAP12Binding4Wsdl11

SOAP12Binding4Wsdl11 getSOAP12Binding4Wsdl11()

getHTTPBinding4Wsdl11

HTTPBinding4Wsdl11 getHTTPBinding4Wsdl11()

getMIMEBinding4Wsdl11

MIMEBinding4Wsdl11 getMIMEBinding4Wsdl11()

createSOAP12Binding4Wsdl20

SOAPBinding4Wsdl20 createSOAP12Binding4Wsdl20()

getSOAP12Binding4Wsdl20

SOAPBinding4Wsdl20 getSOAP12Binding4Wsdl20()

setSOAP12Binding4Wsdl20

void setSOAP12Binding4Wsdl20(SOAPBinding4Wsdl20 soap12binding)

getHTTPBinding4Wsdl20

HTTPBinding4Wsdl20 getHTTPBinding4Wsdl20()

getHttpContentEncoding

java.lang.String getHttpContentEncoding()


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