org.apache.cxf.binding.object
Class ObjectBinding

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.binding.object.ObjectBinding
All Implemented Interfaces:
Binding, InterceptorProvider

public class ObjectBinding
extends AbstractBasicInterceptorProvider
implements Binding


Field Summary
static java.lang.String BINDING
           
static java.lang.String OPERATION
           
 
Constructor Summary
ObjectBinding(BindingInfo bindingInfo)
           
 
Method Summary
 Message createMessage()
           
 Message createMessage(Message m)
           
 BindingInfo getBindingInfo()
           
 
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
 

Field Detail

OPERATION

public static final java.lang.String OPERATION
See Also:
Constant Field Values

BINDING

public static final java.lang.String BINDING
See Also:
Constant Field Values
Constructor Detail

ObjectBinding

public ObjectBinding(BindingInfo bindingInfo)
Method Detail

getBindingInfo

public BindingInfo getBindingInfo()
Specified by:
getBindingInfo in interface Binding

createMessage

public Message createMessage()
Specified by:
createMessage in interface Binding

createMessage

public Message createMessage(Message m)
Specified by:
createMessage in interface Binding


Apache CXF