org.springframework.batch.item.adapter
Class PropertyExtractingDelegatingItemProccessorIntegrationTests

java.lang.Object
  extended by AbstractDependencyInjectionSpringContextTests
      extended by org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemProccessorIntegrationTests

public class PropertyExtractingDelegatingItemProccessorIntegrationTests
extends AbstractDependencyInjectionSpringContextTests

Tests for PropertyExtractingDelegatingItemWriter

Author:
Robert Kasanicky

Constructor Summary
PropertyExtractingDelegatingItemProccessorIntegrationTests()
           
 
Method Summary
protected  String getConfigPath()
           
 void setFooService(FooService fooService)
           
 void setProcessor(PropertyExtractingDelegatingItemWriter processor)
           
 void testProcess()
          Regular usage scenario - input object should be passed to the service the injected invoker points to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyExtractingDelegatingItemProccessorIntegrationTests

public PropertyExtractingDelegatingItemProccessorIntegrationTests()
Method Detail

getConfigPath

protected String getConfigPath()

testProcess

public void testProcess()
                 throws Exception
Regular usage scenario - input object should be passed to the service the injected invoker points to.

Throws:
Exception

setProcessor

public void setProcessor(PropertyExtractingDelegatingItemWriter processor)

setFooService

public void setFooService(FooService fooService)


Copyright © 2008 SpringSource. All Rights Reserved.