Package org.apache.cxf.annotations
Annotation Type FastInfoset
Enables FastInfoset negotiation
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Set to true in order for FastInfoset to be always used without negotiationint
Sets the propertyattributeValueMapMemoryLimit
on FastInfoset StAX Serializers.int
Sets the propertycharacterContentChunkMapMemoryLimit
on FastInfoset StAX Serializers.int
Sets the propertymaxAttributeValueSize
on FastInfoset StAX Serializers.int
Sets the propertymaxCharacterContentChunkSize
on FastInfoset StAX Serializers.int
Sets the propertyminAttributeValueSize
on FastInfoset StAX Serializers.int
Sets the propertyminCharacterContentChunkSize
on FastInfoset StAX Serializers.
-
Element Details
-
force
boolean forceSet to true in order for FastInfoset to be always used without negotiation- Default:
- false
-
serializerAttributeValueMapMemoryLimit
int serializerAttributeValueMapMemoryLimitSets the propertyattributeValueMapMemoryLimit
on FastInfoset StAX Serializers. The property controls attribute value map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
-
serializerMinAttributeValueSize
int serializerMinAttributeValueSizeSets the propertyminAttributeValueSize
on FastInfoset StAX Serializers. The property controls the minimum size of attribute values to be indexed.- Default:
- -1
-
serializerMaxAttributeValueSize
int serializerMaxAttributeValueSizeSets the propertymaxAttributeValueSize
on FastInfoset StAX Serializers. The property controls the maximum size of attribute values to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
-
serializerCharacterContentChunkMapMemoryLimit
int serializerCharacterContentChunkMapMemoryLimitSets the propertycharacterContentChunkMapMemoryLimit
on FastInfoset StAX Serializers. The property controls character content chunk map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
-
serializerMinCharacterContentChunkSize
int serializerMinCharacterContentChunkSizeSets the propertyminCharacterContentChunkSize
on FastInfoset StAX Serializers. The property controls the minimum size of character content chunks to be indexed.- Default:
- -1
-
serializerMaxCharacterContentChunkSize
int serializerMaxCharacterContentChunkSizeSets the propertymaxCharacterContentChunkSize
on FastInfoset StAX Serializers. The property controls the maximum size of character content chunks to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
-