Spring Web Services Framework

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

Method Summary
 WebServiceMessage createResponse(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory)
          Create a response for the given the request and URI.
 

Method Detail

createResponse

WebServiceMessage createResponse(URI uri,
                                 WebServiceMessage request,
                                 WebServiceMessageFactory messageFactory)
                                 throws IOException
Create a response for the given the request and URI.

Parameters:
uri - the URI
request - the request message
messageFactory - the message that can be used to create responses
Throws:
IOException - in case of I/O errors

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.