Spring Web Services Framework

org.springframework.ws.test.support.creator
Interface WebServiceMessageCreator

All Known Implementing Classes:
AbstractMessageCreator, PayloadMessageCreator, SoapEnvelopeMessageCreator

public interface WebServiceMessageCreator

Defines the general contract for creating messages used in test scenarios.

Since:
2.0
Author:
Arjen Poutsma

Method Summary
 WebServiceMessage createMessage(WebServiceMessageFactory messageFactory)
          Create a message.
 

Method Detail

createMessage

WebServiceMessage createMessage(WebServiceMessageFactory messageFactory)
                                throws IOException
Create a message.

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

Spring Web Services Framework

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