net.javacrumbs.springws.test
Class MockWebServiceMessageSender
java.lang.Object
net.javacrumbs.springws.test.AbstractMockWebServiceMessageSender
net.javacrumbs.springws.test.MockWebServiceMessageSender
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.ws.transport.WebServiceMessageSender
public class MockWebServiceMessageSender
- extends AbstractMockWebServiceMessageSender
- implements org.springframework.ws.transport.WebServiceMessageSender, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Creates new MockWebServiceConnection.
- Author:
- Lukas Krecan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.ws.transport.WebServiceMessageSender |
createConnection, supports |
MockWebServiceMessageSender
public MockWebServiceMessageSender()
getRequestProcessors
public java.util.List<RequestProcessor> getRequestProcessors()
- Response generators used to generate the response.
- Specified by:
getRequestProcessors in class AbstractMockWebServiceMessageSender
- Returns:
setRequestProcessors
public void setRequestProcessors(java.util.List<? extends RequestProcessor> requestProcessors)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
isAutowireRequestProcessors
public boolean isAutowireRequestProcessors()
setAutowireRequestProcessors
public void setAutowireRequestProcessors(boolean autowireResponseGenerators)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2011. All Rights Reserved.