Apache JMeter

org.apache.jmeter.protocol.http.util
Class HTTPResultConverter

java.lang.Object
  extended by AbstractCollectionConverter
      extended by org.apache.jmeter.save.converters.SampleResultConverter
          extended by org.apache.jmeter.protocol.http.util.HTTPResultConverter

public class HTTPResultConverter
extends SampleResultConverter

Class for XStream conversion of HTTPResult


Field Summary
 
Fields inherited from class org.apache.jmeter.save.converters.SampleResultConverter
TAG_COOKIES, TAG_METHOD, TAG_QUERY_STRING, TAG_REDIRECT_LOCATION, TAG_REQUEST_HEADER, TAG_RESPONSE_DATA, TAG_RESPONSE_FILE, TAG_RESPONSE_HEADER, TAG_SAMPLER_DATA
 
Constructor Summary
HTTPResultConverter(Mapper arg0)
           
 
Method Summary
 boolean canConvert(java.lang.Class arg0)
           
static java.lang.String getVersion()
          Returns the converter version; used to check for possible incompatibilities
 void marshal(java.lang.Object obj, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void retrieveHTTPItem(HierarchicalStreamReader reader, UnmarshallingContext context, HTTPSampleResult res, java.lang.Object subItem)
           
protected  void saveSamplerData(HierarchicalStreamWriter writer, MarshallingContext context, HTTPSampleResult res, SampleSaveConfiguration save)
           
 java.lang.Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 
Methods inherited from class org.apache.jmeter.save.converters.SampleResultConverter
readFile, retrieveAttributes, retrieveItem, saveAssertions, saveRequestHeaders, saveResponseData, saveResponseHeaders, saveSamplerData, saveSubResults, setAttributes, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPResultConverter

public HTTPResultConverter(Mapper arg0)
Parameters:
arg0 -
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the converter version; used to check for possible incompatibilities


canConvert

public boolean canConvert(java.lang.Class arg0)
Overrides:
canConvert in class SampleResultConverter

marshal

public void marshal(java.lang.Object obj,
                    HierarchicalStreamWriter writer,
                    MarshallingContext context)
Overrides:
marshal in class SampleResultConverter

saveSamplerData

protected void saveSamplerData(HierarchicalStreamWriter writer,
                               MarshallingContext context,
                               HTTPSampleResult res,
                               SampleSaveConfiguration save)

unmarshal

public java.lang.Object unmarshal(HierarchicalStreamReader reader,
                                  UnmarshallingContext context)
Overrides:
unmarshal in class SampleResultConverter

retrieveHTTPItem

protected void retrieveHTTPItem(HierarchicalStreamReader reader,
                                UnmarshallingContext context,
                                HTTPSampleResult res,
                                java.lang.Object subItem)

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.