org.apache.cxf.binding.object
Class ObjectBinding
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.binding.object.ObjectBinding
- All Implemented Interfaces:
- org.apache.cxf.binding.Binding, org.apache.cxf.interceptor.InterceptorProvider
public class ObjectBinding
- extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
- implements org.apache.cxf.binding.Binding
|
Constructor Summary |
ObjectBinding(org.apache.cxf.service.model.BindingInfo bindingInfo)
|
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors |
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
BINDING
public static final String BINDING
- See Also:
- Constant Field Values
ObjectBinding
public ObjectBinding(org.apache.cxf.service.model.BindingInfo bindingInfo)
getBindingInfo
public org.apache.cxf.service.model.BindingInfo getBindingInfo()
- Specified by:
getBindingInfo in interface org.apache.cxf.binding.Binding
createMessage
public org.apache.cxf.message.Message createMessage()
- Specified by:
createMessage in interface org.apache.cxf.binding.Binding
createMessage
public org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
- Specified by:
createMessage in interface org.apache.cxf.binding.Binding
Apache CXF