org.apache.jmeter.save
Class ScriptWrapperConverter
- Converter
public class ScriptWrapperConverter
implements Converter
Handles XStream conversion of Test Scripts
boolean | canConvert(Class arg0)
|
protected Class | getNextType(HierarchicalStreamReader reader)
|
static String | getVersion() - Returns the converter version; used to check for possible
incompatibilities
|
void | marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
|
Object | unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
|
ScriptWrapperConverter
public ScriptWrapperConverter(Mapper classMapper)
canConvert
public boolean canConvert(Class arg0)
getNextType
protected Class getNextType(HierarchicalStreamReader reader)
getVersion
public static String getVersion()
Returns the converter version; used to check for possible
incompatibilities
marshal
public void marshal(Object arg0,
HierarchicalStreamWriter writer,
MarshallingContext context)
unmarshal
public Object unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.