org.apache.cxf.feature
Class FastInfosetFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.FastInfosetFeature
public class FastInfosetFeature
- extends org.apache.cxf.feature.AbstractFeature
]]>
|
Method Summary |
boolean |
getForce()
Retrieve the value set with #setForce(int). |
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
|
void |
setForce(boolean b)
Set if FastInfoset is always used without negotiation |
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, initialize, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastInfosetFeature
public FastInfosetFeature()
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
- Overrides:
initializeProvider in class org.apache.cxf.feature.AbstractFeature
setForce
public void setForce(boolean b)
- Set if FastInfoset is always used without negotiation
- Parameters:
b -
getForce
public boolean getForce()
- Retrieve the value set with
#setForce(int).
- Returns:
Apache CXF