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, setOutInterceptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
public SoapBinding(BindingInfo info)
public SoapBinding(BindingInfo info, SoapVersion v)
public BindingInfo getBindingInfo()
Binding
getBindingInfo
in interface Binding
public void setSoapVersion(SoapVersion v)
public SoapVersion getSoapVersion()
public Message createMessage()
Binding
createMessage
in interface Binding
public Message createMessage(Message m)
Binding
createMessage
in interface Binding
m
- the message used for creating a binding messageApache CXF