com.ebmwebsourcing.commons.wsdl.impl.wsdl20
Class BindingInputImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
      extended by com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractBindingParamImpl<BindingOperationMessageType>
          extended by com.ebmwebsourcing.commons.wsdl.impl.wsdl20.BindingInputImpl
All Implemented Interfaces:
BindingInput, BindingParam, WSDLElement, java.io.Serializable

public class BindingInputImpl
extends AbstractBindingParamImpl<BindingOperationMessageType>
implements BindingInput

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractBindingParamImpl
bindingOperation, bindingProtocol, faults, input, output
 
Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
documentation, model
 
Constructor Summary
BindingInputImpl(BindingOperationMessageType param, BindingOperationImpl bindingOperationImpl)
           
 
Method Summary
 java.lang.String getHttpContentEncoding()
           
 java.lang.String getName()
          Get the name of this input.
 java.util.List<org.w3c.dom.Element> getOtherElements()
          Get all the extensibility elements defined here.
 void setName(java.lang.String name)
          Set the name of this input.
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractBindingParamImpl
extractBindingProtocol, getBindingOperation, getHTTPBinding4Wsdl11, getHTTPBinding4Wsdl20, getMIMEBinding4Wsdl11, getSOAP11Binding4Wsdl11, getSOAP12Binding4Wsdl11, getSOAP12Binding4Wsdl20
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, setDocumentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.BindingParam
getHTTPBinding4Wsdl11, getHTTPBinding4Wsdl20, getMIMEBinding4Wsdl11, getSOAP11Binding4Wsdl11, getSOAP12Binding4Wsdl11, getSOAP12Binding4Wsdl20
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

BindingInputImpl

public BindingInputImpl(BindingOperationMessageType param,
                        BindingOperationImpl bindingOperationImpl)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: BindingParam
Get the name of this input.

Specified by:
getName in interface BindingParam
Returns:
the input message name

setName

public void setName(java.lang.String name)
Description copied from interface: BindingParam
Set the name of this input.

Specified by:
setName in interface BindingParam
Parameters:
name - the desired name

getHttpContentEncoding

public java.lang.String getHttpContentEncoding()
Specified by:
getHttpContentEncoding in interface BindingParam

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws WSDLException
Description copied from class: AbstractWSDLElementImpl
Get all the extensibility elements defined here.

Specified by:
getOtherElements in interface WSDLElement
Overrides:
getOtherElements in class AbstractWSDLElementImpl<BindingOperationMessageType>
Throws:
WSDLException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.