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:
Binding,InterceptorProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a Message for this Binding.Create a Message form the message.Get the BindingInfo for this binding.voidMethods 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
-
SoapBinding
-
-
Method Details
-
getBindingInfo
Description copied from interface:BindingGet the BindingInfo for this binding.- Specified by:
getBindingInfoin interfaceBinding- Returns:
- the BingdingInfo Object
-
setSoapVersion
-
getSoapVersion
-
createMessage
Description copied from interface:BindingCreate a Message for this Binding.- Specified by:
createMessagein interfaceBinding- Returns:
- the Binding message
-
createMessage
Description copied from interface:BindingCreate a Message form the message.- Specified by:
createMessagein interfaceBinding- Parameters:
m- the message used for creating a binding message- Returns:
- the Binding message
-