Uses of Interface
org.somda.sdc.dpws.CommunicationLog
-
Packages that use CommunicationLog Package Description org.somda.sdc.dpws Contains a DPWS implementation.org.somda.sdc.dpws.factory Factories used by the DPWS implementation.org.somda.sdc.dpws.http.jetty.factory Jetty HTTP server factory. -
-
Uses of CommunicationLog in org.somda.sdc.dpws
Classes in org.somda.sdc.dpws that implement CommunicationLog Modifier and Type Class Description classCommunicationLogDummyImplImplementation ofCommunicationLogthat does not output anything.classCommunicationLogImplDefault implementation of CommunicationLog. -
Uses of CommunicationLog in org.somda.sdc.dpws.factory
Methods in org.somda.sdc.dpws.factory that return CommunicationLog Modifier and Type Method Description CommunicationLogCommunicationLogFactory. 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 CommunicationLog Modifier and Type Method Description JettyHttpServerHandlerJettyHttpServerHandlerFactory. create(String mediaType, HttpHandler handler, CommunicationLog communicationLog, CommunicationLogContext communicationLogContext)Instantiates JettyHttpServerHandler with the given objects and injected objects.
-