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

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

public class BindingInputImpl
extends AbstractBindingParamImpl<TBindingOperationMessage>
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(TBindingOperationMessage param, BindingOperationImpl bindingOperationImpl)
           
 
Method Summary
 java.lang.String getHttpContentEncoding()
           
 java.lang.String getName()
          Get the name of this input.
 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, getOtherElements, 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, getOtherElements, setDocumentation
 

Constructor Detail

BindingInputImpl

public BindingInputImpl(TBindingOperationMessage 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


Copyright © 2008 eBM WebSourcing. All Rights Reserved.