Spring Web Services Framework

org.springframework.ws.test.server
Interface RequestCreator


public interface RequestCreator

Creates request messages. Implementations of this interface are returned by RequestCreators.

Since:
2.0
Author:
Arjen Poutsma
See Also:
RequestCreators

Method Summary
 WebServiceMessage createRequest(WebServiceMessageFactory messageFactory)
          Create a request.
 

Method Detail

createRequest

WebServiceMessage createRequest(WebServiceMessageFactory messageFactory)
                                throws IOException
Create a request.

Parameters:
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.