public class SoapBinding extends AbstractBasicInterceptorProvider implements Binding
| Constructor and Description |
|---|
SoapBinding(BindingInfo info) |
SoapBinding(BindingInfo info,
SoapVersion v) |
| Modifier and Type | Method and Description |
|---|---|
Message |
createMessage()
Create a Message for this Binding.
|
Message |
createMessage(Message m)
Create a Message form the message.
|
BindingInfo |
getBindingInfo()
Get the BindingInfo for this binding.
|
SoapVersion |
getSoapVersion() |
void |
setSoapVersion(SoapVersion v) |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorspublic SoapBinding(BindingInfo info)
public SoapBinding(BindingInfo info, SoapVersion v)
public BindingInfo getBindingInfo()
BindinggetBindingInfo in interface Bindingpublic void setSoapVersion(SoapVersion v)
public SoapVersion getSoapVersion()
public Message createMessage()
BindingcreateMessage in interface Bindingpublic Message createMessage(Message m)
BindingcreateMessage in interface Bindingm - the message used for creating a binding messageApache CXF