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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoInitializeProvider(InterceptorProvider provider, Bus bus) booleangetForce()Retrieve the value set withsetForce(boolean).voidsetForce(boolean b) Set if FastInfoset is always used without negotiationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeatureinitialize, initialize, initialize, initialize
- 
Constructor Details- 
Portablepublic Portable()
 
- 
- 
Method Details- 
doInitializeProvider- Specified by:
- doInitializeProviderin interface- AbstractPortableFeature
 
- 
setForcepublic void setForce(boolean b) Set if FastInfoset is always used without negotiation- Parameters:
- b-
 
- 
getForcepublic boolean getForce()Retrieve the value set withsetForce(boolean).
 
-