org.ow2.easywsdl.wsdl.impl.wsdl11
Class BindingInputImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractBindingParamImpl<TBindingOperationMessage>
org.ow2.easywsdl.wsdl.impl.wsdl11.BindingInputImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfBindingInput, AbsItfBindingParam, BindingInput, WSDLElement
public class BindingInputImpl
- extends AbstractBindingParamImpl<TBindingOperationMessage>
- implements BindingInput
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getParent, getSchema, getTopParent, hashCode, setParent |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
BindingInputImpl
public BindingInputImpl(TBindingOperationMessage param,
BindingOperationImpl bindingOperationImpl)
getName
public java.lang.String getName()
- Description copied from interface:
AbsItfBindingParam
- Get the name of this input.
- Specified by:
getName
in interface AbsItfBindingParam
- Returns:
- the input message name
setName
public void setName(java.lang.String name)
- Description copied from interface:
AbsItfBindingParam
- Set the name of this input.
- Specified by:
setName
in interface AbsItfBindingParam
- Parameters:
name
- the desired name
getHttpContentEncoding
public java.lang.String getHttpContentEncoding()
- Specified by:
getHttpContentEncoding
in interface AbsItfBindingParam
setSOAP11Binding4Wsdl11
public void setSOAP11Binding4Wsdl11(SOAP11Binding4Wsdl11 soap11binding)
- Specified by:
setSOAP11Binding4Wsdl11
in interface AbsItfBindingParam
setSOAP12Binding4Wsdl20
public void setSOAP12Binding4Wsdl20(SOAPBinding4Wsdl20 soap12binding)
- Specified by:
setSOAP12Binding4Wsdl20
in interface AbsItfBindingParam
createSOAP11Binding4Wsdl11
public SOAP11Binding4Wsdl11 createSOAP11Binding4Wsdl11()
- Specified by:
createSOAP11Binding4Wsdl11
in interface AbsItfBindingParam
createSOAP12Binding4Wsdl20
public SOAPBinding4Wsdl20 createSOAP12Binding4Wsdl20()
- Specified by:
createSOAP12Binding4Wsdl20
in interface AbsItfBindingParam
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.