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
 org.springframework.ws.WebServiceMessage createRequest(org.springframework.ws.WebServiceMessageFactory messageFactory)
          Create a request.
 

Method Detail

createRequest

org.springframework.ws.WebServiceMessage createRequest(org.springframework.ws.WebServiceMessageFactory messageFactory)
                                                       throws java.io.IOException
Create a request.

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