com.ibm.rational.test.lt.recorder.core.annotations
Interface IAnnotationServerHandler
public interface IAnnotationServerHandler
Responsible of processing the raw buffer received by the annotation server
and transforming it into an RecorderAnnotation.
process
RecorderAnnotation process(byte[] buffer,
int len)
- Processes the buffer and returns an RecorderAnnotation
- Parameters:
buffer
- containing the bytes UTF-8 encodedlen
- of the buffer
- Returns:
- an RecorderAnnotation or null if the buffer does not contain
any suitable bytes
© Copyright IBM Corp. 2012. All rights reserved.