Uses of Interface
org.somda.sdc.dpws.soap.interception.RequestResponseCallback
-
Packages that use RequestResponseCallback Package Description org.somda.sdc.dpws Contains a DPWS implementation.org.somda.sdc.dpws.http.apache Apache HTTP client implementation.org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.soap.factory Factories for the soap package. -
-
Uses of RequestResponseCallback in org.somda.sdc.dpws
Subinterfaces of RequestResponseCallback in org.somda.sdc.dpws Modifier and Type Interface Description interfaceTransportBindingInterface to provide transport bindings of any kind. -
Uses of RequestResponseCallback in org.somda.sdc.dpws.http.apache
Classes in org.somda.sdc.dpws.http.apache that implement RequestResponseCallback Modifier and Type Class Description classClientTransportBindingBinding providing request-response and notification capabilities using an HttpClient. -
Uses of RequestResponseCallback in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement RequestResponseCallback Modifier and Type Class Description classHostedServiceTransportBindingStatic transport binding for hosted services. -
Uses of RequestResponseCallback in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory with parameters of type RequestResponseCallback Modifier and Type Method Description RequestResponseClientRequestResponseClientFactory. createRequestResponseClient(RequestResponseCallback callback)
-