public interface ResponseCreator
ResponseCreators.| Modifier and Type | Method and 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.
|
org.springframework.ws.WebServiceMessage createResponse(URI uri, org.springframework.ws.WebServiceMessage request, org.springframework.ws.WebServiceMessageFactory messageFactory) throws IOException
uri - the URIrequest - the request messagemessageFactory - the message that can be used to create responsesIOException - in case of I/O errors