org.ow2.easywsdl.wsdl.impl.wsdl11
Class BindingFaultImpl
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<TBindingOperationFault>
org.ow2.easywsdl.wsdl.impl.wsdl11.BindingFaultImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfBindingFault, AbsItfBindingParam, BindingFault, WSDLElement
public class BindingFaultImpl
- extends AbstractBindingParamImpl<TBindingOperationFault>
- implements BindingFault
- 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 |
getParent, getSchema, getTopParent, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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, getDocumentation, getOtherAttributes, setDocumentation |
BindingFaultImpl
public BindingFaultImpl(TBindingOperationFault 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
getRef
public javax.xml.namespace.QName getRef()
- Specified by:
getRef
in interface AbsItfBindingFault
setRef
public void setRef(javax.xml.namespace.QName ref)
- Specified by:
setRef
in interface AbsItfBindingFault
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.