org.apache.jmeter.save

Class ScriptWrapperConverter

Implemented Interfaces:
Converter

public class ScriptWrapperConverter
extends Object
implements Converter

Handles XStream conversion of Test Scripts

Constructor Summary

ScriptWrapperConverter(Mapper classMapper)

Method Summary

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)

Constructor Details

ScriptWrapperConverter

public ScriptWrapperConverter(Mapper classMapper)

Method Details

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.