Class HTTPSamplerBaseConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
org.apache.jmeter.save.converters.TestElementConverter
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter,- com.thoughtworks.xstream.converters.ConverterMatcher
Class for XStream conversion of HTTPResult
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanConvert(Class arg0) static StringReturns the converter version; used to check for possible incompatibilitiesunmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Override TestElementConverter; convert HTTPSamplerBase to merge the two means of providing file names into a single list.Methods inherited from class org.apache.jmeter.save.converters.TestElementConvertermarshalMethods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConvertercreateCollection, mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
- 
Constructor Details- 
HTTPSamplerBaseConverterpublic HTTPSamplerBaseConverter(com.thoughtworks.xstream.mapper.Mapper arg0) 
 
- 
- 
Method Details- 
getVersionReturns the converter version; used to check for possible incompatibilities- Returns:
- the version of this component
 
- 
canConvert- Specified by:
- canConvertin interface- com.thoughtworks.xstream.converters.ConverterMatcher
- Overrides:
- canConvertin class- TestElementConverter
 
- 
unmarshalpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Override TestElementConverter; convert HTTPSamplerBase to merge the two means of providing file names into a single list.- Specified by:
- unmarshalin interface- com.thoughtworks.xstream.converters.Converter
- Overrides:
- unmarshalin class- TestElementConverter
 
 
-