Package org.somda.sdc.dpws.soap.factory
Interface RequestResponseClientFactory
-
- All Implemented Interfaces:
public interface RequestResponseClientFactoryFactory to create request-response clients.
-
-
Method Summary
Modifier and Type Method Description abstract RequestResponseClientcreateRequestResponseClient(RequestResponseCallback callback)-
-
Method Detail
-
createRequestResponseClient
abstract RequestResponseClient createRequestResponseClient(RequestResponseCallback callback)
- 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.
-
-
-
-