Package org.apache.cxf.feature
Class FastInfosetFeature.Portable
java.lang.Object
org.apache.cxf.feature.FastInfosetFeature.Portable
- All Implemented Interfaces:
AbstractPortableFeature
,Feature
- Enclosing class:
- FastInfosetFeature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doInitializeProvider
(InterceptorProvider provider, Bus bus) boolean
getForce()
Retrieve the value set withsetForce(boolean)
.void
setForce
(boolean b) Set if FastInfoset is always used without negotiationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
Constructor Details
-
Portable
public Portable()
-
-
Method Details
-
doInitializeProvider
- Specified by:
doInitializeProvider
in interfaceAbstractPortableFeature
-
setForce
public void setForce(boolean b) Set if FastInfoset is always used without negotiation- Parameters:
b
-
-
getForce
public boolean getForce()Retrieve the value set withsetForce(boolean)
.
-