Uses of Class
org.somda.sdc.dpws.CommunicationLogContext
Packages that use CommunicationLogContext
Package
Description
Factories used by the DPWS implementation.
HTTP server binding for DPWS.
Apache HTTP client implementation.
Jetty HTTP server adapter.
Jetty HTTP server factory.
SOAP implementation that is tailored to DPWS.
Factories for the SOAP WS-Eventing plugin.
-
Uses of CommunicationLogContext in org.somda.sdc.dpws.factory
Methods in org.somda.sdc.dpws.factory with parameters of type CommunicationLogContextModifier 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 CommunicationLogContext in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http with parameters of type CommunicationLogContextModifier and TypeMethodDescriptionHttpServerRegistry.registerContext(String schemeAndAuthority, boolean allowReuse, String contextPath, String mediaType, CommunicationLogContext communicationLogContext, HttpHandler handler) Registers a handler for HTTP requests destined to the given scheme, authority and context path. -
Uses of CommunicationLogContext in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache with parameters of type CommunicationLogContextModifier and TypeMethodDescriptionClientTransportBindingFactory.create(org.apache.http.client.HttpClient client, String clientUri, SoapMarshalling marshalling, SoapUtil soapUtil, CommunicationLogContext communicationLogContext) Instantiates ClientTransportBinding with the given objects and injected objects.ApacheTransportBindingFactoryImpl.createHttpBinding(String endpointUri, CommunicationLogContext communicationLogContext) ApacheTransportBindingFactoryImpl.createTransportBinding(String endpointUri, CommunicationLogContext communicationLogContext) -
Uses of CommunicationLogContext in org.somda.sdc.dpws.http.jetty
Methods in org.somda.sdc.dpws.http.jetty with parameters of type CommunicationLogContextModifier and TypeMethodDescriptionJettyHttpServerRegistry.registerContext(String schemeAndAuthority, boolean allowReuse, String contextPath, String mediaType, CommunicationLogContext communicationLogContext, HttpHandler handler) -
Uses of CommunicationLogContext in org.somda.sdc.dpws.http.jetty.factory
Methods in org.somda.sdc.dpws.http.jetty.factory with parameters of type CommunicationLogContextModifier and TypeMethodDescriptionJettyHttpServerHandlerFactory.create(String mediaType, HttpHandler handler, CommunicationLog communicationLog, CommunicationLogContext communicationLogContext) Instantiates JettyHttpServerHandler with the given objects and injected objects. -
Uses of CommunicationLogContext in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that return CommunicationLogContextConstructors in org.somda.sdc.dpws.soap with parameters of type CommunicationLogContextModifierConstructorDescriptionCommunicationContext(ApplicationInfo applicationInfo, TransportInfo transportInfo, CommunicationLogContext communicationLogContext) -
Uses of CommunicationLogContext in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory with parameters of type CommunicationLogContextModifier and TypeMethodDescriptionWsEventingEventSinkFactory.createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, CommunicationLogContext communicationLogContext) Creates a new WS-Eventing event sink.