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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.binding.wsdl11.soap.SOAPBinding4Wsdl11
SOAPBinding4Wsdl11.UseConstants
 
Nested classes/interfaces inherited from interface org.ow2.easywsdl.wsdl.api.binding.BindingProtocol
BindingProtocol.SOAPMEPConstants
 
Method Summary
 SOAP11Body createBody()
           
 SOAP11Fault createFault()
           
 SOAP11Body getBody()
           
 SOAP11Fault getFault()
           
 java.util.List<SOAP11Header> getHeaders()
           
 void setBody(SOAP11Body body)
           
 void setFault(SOAP11Fault fault)
           
 

Method Detail

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.