org.apache.cxf.binding.soap
Class SoapBinding

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.binding.soap.SoapBinding
All Implemented Interfaces:
Binding, InterceptorProvider

public class SoapBinding
extends AbstractBasicInterceptorProvider
implements Binding


Constructor Summary
SoapBinding(BindingInfo info)
           
SoapBinding(BindingInfo info, SoapVersion v)
           
 
Method Summary
 Message createMessage()
           
 Message createMessage(Message m)
           
 BindingInfo getBindingInfo()
           
 SoapVersion getSoapVersion()
           
 void setSoapVersion(SoapVersion v)
           
 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

SoapBinding

public SoapBinding(BindingInfo info)

SoapBinding

public SoapBinding(BindingInfo info,
                   SoapVersion v)
Method Detail

getBindingInfo

public BindingInfo getBindingInfo()
Specified by:
getBindingInfo in interface Binding

setSoapVersion

public void setSoapVersion(SoapVersion v)

getSoapVersion

public SoapVersion getSoapVersion()

createMessage

public Message createMessage()
Specified by:
createMessage in interface Binding

createMessage

public Message createMessage(Message m)
Specified by:
createMessage in interface Binding


Apache CXF