Package org.apache.cxf.binding.soap
Class SoapBinding
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
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
ConstructorsConstructorDescriptionSoapBinding(org.apache.cxf.service.model.BindingInfo info) SoapBinding(org.apache.cxf.service.model.BindingInfo info, SoapVersion v) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.message.Messageorg.apache.cxf.message.MessagecreateMessage(org.apache.cxf.message.Message m) org.apache.cxf.service.model.BindingInfovoidMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
-
Constructor Details
-
SoapBinding
public SoapBinding(org.apache.cxf.service.model.BindingInfo info) -
SoapBinding
-
-
Method Details
-
getBindingInfo
public org.apache.cxf.service.model.BindingInfo getBindingInfo()- Specified by:
getBindingInfoin interfaceorg.apache.cxf.binding.Binding
-
setSoapVersion
-
getSoapVersion
-
createMessage
public org.apache.cxf.message.Message createMessage()- Specified by:
createMessagein interfaceorg.apache.cxf.binding.Binding
-
createMessage
public org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m) - Specified by:
createMessagein interfaceorg.apache.cxf.binding.Binding
-