net.javacrumbs.springws.test
Class MockWebServiceMessageSender

java.lang.Object
  extended by net.javacrumbs.springws.test.AbstractMockWebServiceMessageSender
      extended by 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

Constructor Summary
MockWebServiceMessageSender()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.util.List<RequestProcessor> getRequestProcessors()
          Response generators used to generate the response.
 boolean isAutowireRequestProcessors()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setAutowireRequestProcessors(boolean autowireResponseGenerators)
           
 void setRequestProcessors(java.util.List<? extends RequestProcessor> requestProcessors)
           
 
Methods inherited from class net.javacrumbs.springws.test.AbstractMockWebServiceMessageSender
createConnection, getInterceptors, setInterceptors, supports
 
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
 

Constructor Detail

MockWebServiceMessageSender

public MockWebServiceMessageSender()
Method Detail

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.