org.springframework.batch.io.oxm
Class CastorUnmarshallingTests

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

public class CastorUnmarshallingTests
extends AbstractStaxEventReaderItemReaderTests


Field Summary
 
Fields inherited from class org.springframework.batch.io.oxm.AbstractStaxEventReaderItemReaderTests
resource
 
Constructor Summary
CastorUnmarshallingTests()
           
 
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

CastorUnmarshallingTests

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