org.ow2.easywsdl.wsdl.api.binding.wsdl11.soap.soap11
Interface SOAP11Binding4Wsdl11
- All Superinterfaces:
- BindingProtocol, SOAPBinding4Wsdl11
- All Known Implementing Classes:
- SOAP11BindingImpl
public interface SOAP11Binding4Wsdl11
- extends SOAPBinding4Wsdl11
- Author:
- Nicolas Salatge - eBM WebSourcing
getHeaders
java.util.List<SOAP11Header> getHeaders()
createBody
SOAP11Body createBody()
getBody
SOAP11Body getBody()
setBody
void setBody(SOAP11Body body)
throws WSDLException
- Throws:
WSDLException
createFault
SOAP11Fault createFault()
getFault
SOAP11Fault getFault()
setFault
void setFault(SOAP11Fault fault)
throws WSDLException
- Throws:
WSDLException
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.