public interface ParametrizableResponseCreator
extends org.springframework.ws.test.client.ResponseCreator
ResponseCreator that can be parametrized.| Modifier and Type | Method and Description |
|---|---|
ParametrizableResponseCreator |
withParameter(String name,
Object value)
Adds parameter to the
ResponseCreator |
ParametrizableResponseCreator |
withParameters(Map<String,Object> parameters)
Adds parameters to the
ResponseCreator |
ParametrizableResponseCreator withParameter(String name, Object value)
ResponseCreatorname - value - ParametrizableResponseCreator withParameters(Map<String,Object> parameters)
ResponseCreatorparameters - Copyright © 2017. All Rights Reserved.