Apache CXF API

org.apache.cxf.binding.object
Class ObjectBindingConfiguration

java.lang.Object
  extended by org.apache.cxf.binding.BindingConfiguration
      extended by org.apache.cxf.binding.object.ObjectBindingConfiguration

public class ObjectBindingConfiguration
extends BindingConfiguration


Constructor Summary
ObjectBindingConfiguration()
           
 
Method Summary
 String getBindingId()
           
 Set<String> getSkipPhases()
           
 boolean isNonLogicalPhasesEnabled()
           
 void setNonLogicalPhasesEnabled(boolean nonLogicalPhasesEnabled)
           
 void setSkipPhases(Set<String> skipPhases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectBindingConfiguration

public ObjectBindingConfiguration()
Method Detail

getBindingId

public String getBindingId()
Specified by:
getBindingId in class BindingConfiguration

getSkipPhases

public Set<String> getSkipPhases()

setSkipPhases

public void setSkipPhases(Set<String> skipPhases)

isNonLogicalPhasesEnabled

public boolean isNonLogicalPhasesEnabled()

setNonLogicalPhasesEnabled

public void setNonLogicalPhasesEnabled(boolean nonLogicalPhasesEnabled)

Apache CXF API

Apache CXF