|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseCreator
Allows for creating up responses. Implementations of this interface are returned by ResponseCreators.
| Method Summary | |
|---|---|
org.springframework.ws.WebServiceMessage |
createResponse(java.net.URI uri,
org.springframework.ws.WebServiceMessage request,
org.springframework.ws.WebServiceMessageFactory messageFactory)
Create a response for the given the request and URI. |
| Method Detail |
|---|
org.springframework.ws.WebServiceMessage createResponse(java.net.URI uri,
org.springframework.ws.WebServiceMessage request,
org.springframework.ws.WebServiceMessageFactory messageFactory)
throws java.io.IOException
uri - the URIrequest - the request messagemessageFactory - the message that can be used to create responses
java.io.IOException - in case of I/O errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||