|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParametrizableRequestCreator | |
|---|---|
| net.javacrumbs.smock.common | |
| net.javacrumbs.smock.common.server | |
| Uses of ParametrizableRequestCreator in net.javacrumbs.smock.common |
|---|
| Classes in net.javacrumbs.smock.common that implement ParametrizableRequestCreator | |
|---|---|
class |
TemplateAwareMessageCreator
MessageResponseCreator that preprocesses response using TemplateProcessor. |
| Uses of ParametrizableRequestCreator in net.javacrumbs.smock.common.server |
|---|
| Methods in net.javacrumbs.smock.common.server that return ParametrizableRequestCreator | |
|---|---|
ParametrizableRequestCreator |
AbstractCommonSmockServerTest.withMessage(Document message)
Create a request with the given Document XML as content. |
static ParametrizableRequestCreator |
CommonSmockServer.withMessage(Document message)
Create a request with the given Resource XML as content. |
ParametrizableRequestCreator |
AbstractCommonSmockServerTest.withMessage(org.springframework.core.io.Resource messageResource)
Create a request with the given Resource as content. |
static ParametrizableRequestCreator |
CommonSmockServer.withMessage(org.springframework.core.io.Resource messageResource)
Create a request with the given Resource as content. |
ParametrizableRequestCreator |
AbstractCommonSmockServerTest.withMessage(Source message)
Create a request with the given Source XML as content. |
static ParametrizableRequestCreator |
CommonSmockServer.withMessage(Source message)
Create a request with the given Resource XML as content. |
ParametrizableRequestCreator |
AbstractCommonSmockServerTest.withMessage(String messageResource)
Create a request with the given Resource as content. |
static ParametrizableRequestCreator |
CommonSmockServer.withMessage(String messageResource)
Create a request with the given resource as content. |
ParametrizableRequestCreator |
ParametrizableRequestCreator.withParameter(String name,
Object value)
Adds parameter to the RequestCreator |
ParametrizableRequestCreator |
ParametrizableRequestCreator.withParameters(Map<String,Object> parameters)
Adds parameters to the RequestCreator |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||