org.springframework.batch.io.oxm
Class XStreamUnmarshallingTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.io.oxm.AbstractStaxEventReaderItemReaderTests
          extended by org.springframework.batch.io.oxm.XStreamUnmarshallingTests

public class XStreamUnmarshallingTests
extends AbstractStaxEventReaderItemReaderTests


Field Summary
 
Fields inherited from class org.springframework.batch.io.oxm.AbstractStaxEventReaderItemReaderTests
resource
 
Constructor Summary
XStreamUnmarshallingTests()
           
 
Method Summary
protected  org.springframework.oxm.Unmarshaller getUnmarshaller()
           
 
Methods inherited from class org.springframework.batch.io.oxm.AbstractStaxEventReaderItemReaderTests
checkResults, setResource, setUp, tearDown, testRead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamUnmarshallingTests

public XStreamUnmarshallingTests()
Method Detail

getUnmarshaller

protected org.springframework.oxm.Unmarshaller getUnmarshaller()
                                                        throws Exception
Specified by:
getUnmarshaller in class AbstractStaxEventReaderItemReaderTests
Returns:
Unmarshaller specific to the OXM library used
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.