public interface ResponseCreator
ResponseCreators
.Modifier and Type | Method and Description |
---|---|
WebServiceMessage |
createResponse(URI uri,
WebServiceMessage request,
WebServiceMessageFactory messageFactory)
Create a response for the given the request and URI.
|
WebServiceMessage createResponse(URI uri, WebServiceMessage request, 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