org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11
Class SOAP11BindingImpl
java.lang.Object
org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11.SOAP11BindingImpl
- All Implemented Interfaces:
- BindingProtocol, SOAP11Binding4Wsdl11, SOAPBinding4Wsdl11
public class SOAP11BindingImpl
- extends java.lang.Object
- implements SOAP11Binding4Wsdl11
- Author:
- Nicolas Salatge - eBM WebSourcing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAP11BindingImpl
public SOAP11BindingImpl(java.util.List<THeader> headers,
TBody body,
TFault fault,
AbstractWSDLElementImpl parent)
getHeaders
public java.util.List<SOAP11Header> getHeaders()
- Specified by:
getHeaders
in interface SOAP11Binding4Wsdl11
getBody
public SOAP11Body getBody()
- Specified by:
getBody
in interface SOAP11Binding4Wsdl11
getFault
public SOAP11Fault getFault()
- Specified by:
getFault
in interface SOAP11Binding4Wsdl11
setBody
public void setBody(SOAP11Body body)
throws WSDLException
- Specified by:
setBody
in interface SOAP11Binding4Wsdl11
- Throws:
WSDLException
createBody
public SOAP11Body createBody()
- Specified by:
createBody
in interface SOAP11Binding4Wsdl11
createFault
public SOAP11Fault createFault()
- Specified by:
createFault
in interface SOAP11Binding4Wsdl11
setFault
public void setFault(SOAP11Fault fault)
throws WSDLException
- Specified by:
setFault
in interface SOAP11Binding4Wsdl11
- Throws:
WSDLException
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.