Interface RequestCreator
public interface RequestCreator
Creates request messages. Implementations of this interface are returned by
RequestCreators
.- Since:
- 2.0
- Author:
- Arjen Poutsma
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateRequest
(WebServiceMessageFactory messageFactory) Create a request.
-
Method Details
-
createRequest
Create a request.- Parameters:
messageFactory
- the message that can be used to create responses- Throws:
IOException
- in case of I/O errors
-