net.javacrumbs.smock.common.client
Interface ParametrizableResponseCreator

All Superinterfaces:
org.springframework.ws.test.client.ResponseCreator
All Known Implementing Classes:
TemplateAwareMessageCreator

public interface ParametrizableResponseCreator
extends org.springframework.ws.test.client.ResponseCreator

ResponseCreator that can be parametrized.

Author:
Lukas Krecan

Method Summary
 ParametrizableResponseCreator withParameter(String name, Object value)
          Adds parameter to the ResponseCreator
 ParametrizableResponseCreator withParameters(Map<String,Object> parameters)
          Adds parameters to the ResponseCreator
 
Methods inherited from interface org.springframework.ws.test.client.ResponseCreator
createResponse
 

Method Detail

withParameter

ParametrizableResponseCreator withParameter(String name,
                                            Object value)
Adds parameter to the ResponseCreator

Parameters:
name -
value -
Returns:

withParameters

ParametrizableResponseCreator withParameters(Map<String,Object> parameters)
Adds parameters to the ResponseCreator

Parameters:
name -
value -
Returns:


Copyright © 2011. All Rights Reserved.