|
Abstract method FastInfosetSerializer.getMaxAttributeValueSize ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxAttributeValueSize() in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.getMaxCharacterContentChunkSize ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxCharacterContentChunkSize() in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.getMinAttributeValueSize ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMinAttributeValueSize() in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.getMinCharacterContentChunkSize ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMinCharacterContentChunkSize() in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setMaxAttributeValueSize ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMaxAttributeValueSize(int) in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setMaxCharacterContentChunkSize ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMaxCharacterContentChunkSize(int) in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setMinAttributeValueSize ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMinAttributeValueSize(int) in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setMinCharacterContentChunkSize ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMinCharacterContentChunkSize(int) in FastInfosetSerializer. |
Abstract method FastInfosetSerializer.getAttributeValueSizeLimit ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAttributeValueSizeLimit() in interface FastInfosetSerializer. |
Abstract method FastInfosetSerializer.getCharacterContentChunkSizeLimit ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCharacterContentChunkSizeLimit() in interface FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setAttributeValueSizeLimit ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setAttributeValueSizeLimit(int) in interface FastInfosetSerializer. |
Abstract method FastInfosetSerializer.setCharacterContentChunkSizeLimit ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setCharacterContentChunkSizeLimit(int) in interface FastInfosetSerializer. |
Field ATTRIBUTE_VALUE_SIZE_CONSTRAINT (int) with the compile-time constant value 32 has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find variable ATTRIBUTE_VALUE_SIZE_CONSTRAINT in FastInfosetSerializer. |
Field CHARACTER_CONTENT_CHUNK_SIZE_CONSTRAINT has been renamed to MIN_CHARACTER_CONTENT_CHUNK_SIZE. | Recompilation of a client program may be terminated with the message: cannot find variable CHARACTER_CONTENT_CHUNK_SIZE_CONSTRAINT in FastInfosetSerializer. |