org.springframework.batch.io.oxm
Class XStreamMarshallingTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.io.oxm.AbstractStaxEventWriterItemWriterTests
          extended by org.springframework.batch.io.oxm.XStreamMarshallingTests

public class XStreamMarshallingTests
extends AbstractStaxEventWriterItemWriterTests


Field Summary
 
Fields inherited from class org.springframework.batch.io.oxm.AbstractStaxEventWriterItemWriterTests
expected, objects
 
Constructor Summary
XStreamMarshallingTests()
           
 
Method Summary
protected  org.springframework.oxm.Marshaller getMarshaller()
           
 
Methods inherited from class org.springframework.batch.io.oxm.AbstractStaxEventWriterItemWriterTests
setUp, tearDown, testWrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamMarshallingTests

public XStreamMarshallingTests()
Method Detail

getMarshaller

protected org.springframework.oxm.Marshaller getMarshaller()
                                                    throws Exception
Specified by:
getMarshaller in class AbstractStaxEventWriterItemWriterTests
Returns:
Marshaller specific for the OXM technology being used.
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.