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
 org.springframework.ws.WebServiceMessage createResponse(java.net.URI uri, org.springframework.ws.WebServiceMessage request, org.springframework.ws.WebServiceMessageFactory messageFactory)
          Create a response for the given the request and URI.
 

Method Detail

createResponse

org.springframework.ws.WebServiceMessage createResponse(java.net.URI uri,
                                                        org.springframework.ws.WebServiceMessage request,
                                                        org.springframework.ws.WebServiceMessageFactory messageFactory)
                                                        throws java.io.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:
java.io.IOException - in case of I/O errors


Copyright © 2011. All Rights Reserved.