org.springframework.ws.test.client
Interface ResponseCreator
public interface ResponseCreator
Allows for creating up responses. Implementations of this interface are returned by ResponseCreators
.
- Since:
- 2.0
- Author:
- Arjen Poutsma, Lukas Krecan
createResponse
WebServiceMessage createResponse(URI uri,
WebServiceMessage request,
WebServiceMessageFactory messageFactory)
throws IOException
- Create a response for the given the request and URI.
- Parameters:
uri
- the URIrequest
- the request messagemessageFactory
- the message that can be used to create responses
- Throws:
IOException
- in case of I/O errors
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.