Package org.somda.sdc.dpws.soap.factory
Interface RequestResponseClientFactory
public interface RequestResponseClientFactory
Factory to create request-response clients.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
createRequestResponseClient
- Parameters:
callback- callback that is supposed to be invoked after all interceptors on a request-direction are visited and the request is ready to be conveyed over the network.- Returns:
- a new
RequestResponseClient.
-