public class ObjectBinding extends AbstractBasicInterceptorProvider implements Binding
| Modifier and Type | Field and Description |
|---|---|
static String |
BINDING |
static String |
OPERATION |
| Constructor and Description |
|---|
ObjectBinding(BindingInfo bindingInfo) |
| 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.
|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorspublic static final String OPERATION
public static final String BINDING
public ObjectBinding(BindingInfo bindingInfo)
public BindingInfo getBindingInfo()
BindinggetBindingInfo in interface Bindingpublic Message createMessage()
BindingcreateMessage in interface Bindingpublic Message createMessage(Message m)
BindingcreateMessage in interface Bindingm - the message used for creating a binding messageApache CXF