Interface RequestCreator


public interface RequestCreator
Creates request messages. Implementations of this interface are returned by RequestCreators.
Since:
2.0
See Also:
  • Method Summary

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

    • createRequest

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