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