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

    Modifier and Type
    Method
    Description
    org.springframework.ws.WebServiceMessage
    createMessage(org.springframework.ws.WebServiceMessageFactory messageFactory)
    Create a message.
  • Method Details

    • createMessage

      org.springframework.ws.WebServiceMessage createMessage(org.springframework.ws.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