Interface ResponseCreator
public interface ResponseCreator
Allows for creating up responses. Implementations of this interface are returned by 
ResponseCreators.- Since:
 - 2.0
 - Author:
 - Arjen Poutsma, Lukas Krecan
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateResponse(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory) Create a response for the given the request and URI. 
- 
Method Details
- 
createResponse
WebServiceMessage createResponse(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory) throws IOException Create a response for the given the request and URI.- Parameters:
 uri- the URIrequest- the request messagemessageFactory- the message that can be used to create responses- Throws:
 IOException- in case of I/O errors
 
 -