Uses of Interface
org.somda.sdc.dpws.CommunicationLog
Packages that use CommunicationLog
Package
Description
Contains a DPWS implementation.
Factories used by the DPWS implementation.
HTTP server binding for DPWS.
Apache HTTP client implementation.
Jetty HTTP server adapter.
Factories for the SOAP WS-Eventing plugin.
-
Uses of CommunicationLog in org.somda.sdc.dpws
Classes in org.somda.sdc.dpws that implement CommunicationLogModifier and TypeClassDescriptionclassImplementation ofCommunicationLogthat does not output anything.classDefault implementation of CommunicationLog. -
Uses of CommunicationLog in org.somda.sdc.dpws.factory
Methods in org.somda.sdc.dpws.factory that return CommunicationLogModifier and TypeMethodDescriptionCommunicationLogFactory.createCommunicationLog()Creates a CommunicationLog instance receiving with no additional context info.CommunicationLogFactory.createCommunicationLog(CommunicationLogContext context) Creates a CommunicationLog instance receiving a log context.Methods in org.somda.sdc.dpws.factory with parameters of type CommunicationLogModifier and TypeMethodDescriptionTransportBindingFactory.createHttpBinding(String endpointUri, CommunicationLog communicationLog) Creates an HTTP or HTTPS binding.TransportBindingFactory.createTransportBinding(String endpointUri, CommunicationLog communicationLog) Generic factory method to create a binding on the basis of a URI. -
Uses of CommunicationLog in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http with parameters of type CommunicationLogModifier and TypeMethodDescriptionHttpServerRegistry.registerContext(String schemeAndAuthority, String contextPath, String mediaType, CommunicationLog communicationLog, HttpHandler handler) Registers a handler for HTTP requests destined to the given scheme, authority and context path.HttpServerRegistry.registerContext(String schemeAndAuthority, String contextPath, CommunicationLog communicationLog, HttpHandler handler) Registers a handler for SOAP messages for the given scheme, authority and context path. -
Uses of CommunicationLog in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache with parameters of type CommunicationLogModifier and TypeMethodDescriptionApacheTransportBindingFactoryImpl.createHttpBinding(String endpointUri, CommunicationLog communicationLog) ApacheTransportBindingFactoryImpl.createTransportBinding(String endpointUri, CommunicationLog communicationLog) -
Uses of CommunicationLog in org.somda.sdc.dpws.http.jetty
Methods in org.somda.sdc.dpws.http.jetty with parameters of type CommunicationLogModifier and TypeMethodDescriptionJettyHttpServerRegistry.registerContext(String schemeAndAuthority, String contextPath, String mediaType, CommunicationLog communicationLog, HttpHandler handler) JettyHttpServerRegistry.registerContext(String schemeAndAuthority, String contextPath, CommunicationLog communicationLog, HttpHandler handler) -
Uses of CommunicationLog in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory with parameters of type CommunicationLogModifier and TypeMethodDescriptionWsEventingEventSinkFactory.createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, CommunicationLog communicationLog) Creates a new WS-Eventing event sink.