net.javacrumbs.smock.common.server
Interface ParametrizableResponseMatcher

All Superinterfaces:
org.springframework.ws.test.server.ResponseMatcher
All Known Implementing Classes:
TemplateAwareMessageMatcher

public interface ParametrizableResponseMatcher
extends org.springframework.ws.test.server.ResponseMatcher

ResponseMatcher that can be parametrized.

Author:
Lukas Krecan

Method Summary
 ParametrizableResponseMatcher withParameter(String name, Object value)
          Adds parameter to the ResponseMatcher
 ParametrizableResponseMatcher withParameters(Map<String,Object> parameters)
          Adds parameters to the ResponseMatcher
 
Methods inherited from interface org.springframework.ws.test.server.ResponseMatcher
match
 

Method Detail

withParameter

ParametrizableResponseMatcher withParameter(String name,
                                            Object value)
Adds parameter to the ResponseMatcher

Parameters:
name -
value -
Returns:

withParameters

ParametrizableResponseMatcher withParameters(Map<String,Object> parameters)
Adds parameters to the ResponseMatcher

Parameters:
name -
value -
Returns:


Copyright © 2011. All Rights Reserved.