Searched refs:attributeValueSizeConstraint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java56 protected int attributeValueSizeConstraint = FastInfosetSerializer.MAX_ATTRIBUTE_VALUE_SIZE; field in class:VocabularyGenerator
111 attributeValueSizeConstraint = size;
115 return attributeValueSizeConstraint;
143 if (value.length() < attributeValueSizeConstraint) {

Completed in 29 milliseconds