Interface ResponseCreator


public interface ResponseCreator
Allows for creating up responses. Implementations of this interface are returned by ResponseCreators.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.ws.WebServiceMessage
    createResponse(URI uri, org.springframework.ws.WebServiceMessage request, org.springframework.ws.WebServiceMessageFactory messageFactory)
    Create a response for the given the request and URI.
  • Method Details

    • createResponse

      org.springframework.ws.WebServiceMessage createResponse(URI uri, org.springframework.ws.WebServiceMessage request, org.springframework.ws.WebServiceMessageFactory messageFactory) throws IOException
      Create a response for the given the request and URI.
      Parameters:
      uri - the URI
      request - the request message
      messageFactory - the message that can be used to create responses
      Throws:
      IOException - in case of I/O errors