Uses of Interface
org.somda.sdc.dpws.TransportBinding
Packages that use TransportBinding
Package
Description
Factories used by the DPWS implementation.
Apache HTTP client implementation.
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 TransportBindingModifier and TypeMethodDescriptionTransportBindingFactory.createHttpBinding(String endpointUri, CommunicationLogContext communicationLogContext) Creates an HTTP or HTTPS binding.TransportBindingFactory.createTransportBinding(String endpointUri, CommunicationLogContext communicationLogContext) 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 TransportBindingModifier and TypeClassDescriptionclassBinding providing request-response and notification capabilities using an HttpClient.Methods in org.somda.sdc.dpws.http.apache that return TransportBindingModifier and TypeMethodDescriptionApacheTransportBindingFactoryImpl.createHttpBinding(String endpointUri, CommunicationLogContext communicationLogContext) ApacheTransportBindingFactoryImpl.createTransportBinding(String endpointUri, CommunicationLogContext communicationLogContext) -
Uses of TransportBinding in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement TransportBindingModifier and TypeClassDescriptionclassStatic transport binding for hosted services.