org.ow2.easywsdl.wsdl.impl.wsdl11.binding.soap.soap11
Class SOAP11BindingImpl

java.lang.Object
  extended by 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

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
 
Constructor Summary
SOAP11BindingImpl(java.util.List<THeader> headers, TBody body, TFault fault, AbstractWSDLElementImpl parent)
           
 
Method Summary
 SOAP11Body createBody()
           
 SOAP11Fault createFault()
           
 SOAP11Body getBody()
           
 SOAP11Fault getFault()
           
 java.util.List<SOAP11Header> getHeaders()
           
 void setBody(SOAP11Body body)
           
 void setFault(SOAP11Fault fault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAP11BindingImpl

public SOAP11BindingImpl(java.util.List<THeader> headers,
                         TBody body,
                         TFault fault,
                         AbstractWSDLElementImpl parent)
Method Detail

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.