public class TemplateAwareMessageCreator extends MessageCreator implements ParametrizableResponseCreator, ParametrizableRequestCreator
MessageCreator that preprocesses response using TemplateProcessor.logger| Constructor and Description |
|---|
TemplateAwareMessageCreator(Source response,
Map<String,Object> parameters,
TemplateProcessor templateProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected Source |
preprocessSource(URI uri,
org.springframework.ws.WebServiceMessage input,
org.springframework.ws.WebServiceMessageFactory messageFactory)
To be overriden by subclasses.
|
TemplateAwareMessageCreator |
withParameter(String name,
Object value)
Adds parameter to the
ResponseCreator |
TemplateAwareMessageCreator |
withParameters(Map<String,Object> additionalParameters)
Adds parameters to the
ResponseCreator |
createMessage, createRequest, createResponse, getSourcepublic TemplateAwareMessageCreator(Source response, Map<String,Object> parameters, TemplateProcessor templateProcessor)
protected Source preprocessSource(URI uri, org.springframework.ws.WebServiceMessage input, org.springframework.ws.WebServiceMessageFactory messageFactory)
MessageCreatorpreprocessSource in class MessageCreatorpublic TemplateAwareMessageCreator withParameter(String name, Object value)
ParametrizableResponseCreatorResponseCreatorwithParameter in interface ParametrizableResponseCreatorwithParameter in interface ParametrizableRequestCreatorpublic TemplateAwareMessageCreator withParameters(Map<String,Object> additionalParameters)
ParametrizableResponseCreatorResponseCreatorwithParameters in interface ParametrizableResponseCreatorwithParameters in interface ParametrizableRequestCreatorCopyright © 2017. All Rights Reserved.