org.springframework.batch.io.oxm
Class CastorMarshallingTests

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

public class CastorMarshallingTests
extends AbstractStaxEventWriterItemWriterTests


Field Summary
 
Fields inherited from class org.springframework.batch.io.oxm.AbstractStaxEventWriterItemWriterTests
expected, objects
 
Constructor Summary
CastorMarshallingTests()
           
 
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

CastorMarshallingTests

public CastorMarshallingTests()
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.