Uses of Interface
org.somda.sdc.dpws.TransportBinding
-
Packages that use TransportBinding Package Description org.somda.sdc.dpws.factory Factories used by the 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). -
-
Uses of TransportBinding in org.somda.sdc.dpws.factory
Methods in org.somda.sdc.dpws.factory that return TransportBinding Modifier and Type Method Description TransportBindingTransportBindingFactory. createHttpBinding(String endpointUri)Creates an HTTP or HTTPS binding.TransportBindingTransportBindingFactory. createTransportBinding(String endpointUri)Generic factory method to create a binding on the basis of a URI. -
Uses of TransportBinding in org.somda.sdc.dpws.http.apache
Classes in org.somda.sdc.dpws.http.apache that implement TransportBinding Modifier and Type Class Description classClientTransportBindingBinding providing request-response and notification capabilities using an HttpClient.Methods in org.somda.sdc.dpws.http.apache that return TransportBinding Modifier and Type Method Description TransportBindingApacheTransportBindingFactoryImpl. createHttpBinding(String endpointUri)TransportBindingApacheTransportBindingFactoryImpl. createTransportBinding(String endpointUri) -
Uses of TransportBinding in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement TransportBinding Modifier and Type Class Description classHostedServiceTransportBindingStatic transport binding for hosted services.
-