Uses of Interface
org.somda.sdc.dpws.CommunicationLog
Packages that use CommunicationLog
Package
Description
Contains a DPWS implementation.
Factories used by the DPWS implementation.
Jetty HTTP server factory.
-
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. -
Uses of CommunicationLog in org.somda.sdc.dpws.http.jetty.factory
Methods in org.somda.sdc.dpws.http.jetty.factory with parameters of type CommunicationLogModifier and TypeMethodDescriptionJettyHttpServerHandlerFactory.create(String mediaType, HttpHandler handler, CommunicationLog communicationLog, CommunicationLogContext communicationLogContext) Instantiates JettyHttpServerHandler with the given objects and injected objects.