Class XmlRequester<Q extends Dto>
java.lang.Object
esendex.sdk.java.service.resource.base.XmlRequester<Q>
- Type Parameters:
Q
- the generic type
The Class XmlRequester.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvide the request data that is required by the end point of this service.
-
Constructor Details
-
XmlRequester
Instantiates a new xml requester.- Parameters:
requestDto
- the request dto
-
-
Method Details
-
getRequestData
Provide the request data that is required by the end point of this service.- Returns:
- the request data to submit
-