|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParametrizableResponseCreator | |
|---|---|
| net.javacrumbs.smock.common | |
| net.javacrumbs.smock.common.client | |
| Uses of ParametrizableResponseCreator in net.javacrumbs.smock.common |
|---|
| Classes in net.javacrumbs.smock.common that implement ParametrizableResponseCreator | |
|---|---|
class |
TemplateAwareMessageCreator
MessageResponseCreator that preprocesses response using TemplateProcessor. |
| Uses of ParametrizableResponseCreator in net.javacrumbs.smock.common.client |
|---|
| Methods in net.javacrumbs.smock.common.client that return ParametrizableResponseCreator | |
|---|---|
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(Document message)
Respond with the given Document XML as response. |
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(org.springframework.core.io.Resource message)
Respond with the given XML loaded from resource as response. |
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(org.springframework.core.io.Resource message)
Respond with the given XML loaded from resource as response. |
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(Source message)
Respond with the given Source XML as response. |
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(Source message)
Respond with the given Source XML as response. |
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(String location)
Respond with the given XML loaded from resource as response. |
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(String location)
Respond with the given XML loaded from resource as response. |
ParametrizableResponseCreator |
ParametrizableResponseCreator.withParameter(String name,
Object value)
Adds parameter to the ResponseCreator |
ParametrizableResponseCreator |
ParametrizableResponseCreator.withParameters(Map<String,Object> parameters)
Adds parameters to the ResponseCreator |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||