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:
org.apache.cxf.binding.Binding, org.apache.cxf.interceptor.InterceptorProvider

public class SoapBinding
extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
implements org.apache.cxf.binding.Binding


Constructor Summary
SoapBinding()
           
SoapBinding(SoapVersion v)
           
 
Method Summary
 org.apache.cxf.message.Message createMessage()
           
 org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
           
 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()

SoapBinding

public SoapBinding(SoapVersion v)
Method Detail

setSoapVersion

public void setSoapVersion(SoapVersion v)

createMessage

public org.apache.cxf.message.Message createMessage()
Specified by:
createMessage in interface org.apache.cxf.binding.Binding

createMessage

public org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
Specified by:
createMessage in interface org.apache.cxf.binding.Binding


Copyright © 2006 Apache Software Foundation. All Rights Reserved.