Uses of Class
org.somda.sdc.dpws.CommunicationLogContext
-
Packages that use CommunicationLogContext Package Description org.somda.sdc.dpws.factory Factories used by the DPWS implementation.org.somda.sdc.dpws.http HTTP server binding for DPWS.org.somda.sdc.dpws.http.apache Apache HTTP client implementation.org.somda.sdc.dpws.http.jetty Jetty HTTP server adapter.org.somda.sdc.dpws.http.jetty.factory Jetty HTTP server factory.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.wseventing.factory 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 CommunicationLogContext Modifier and Type Method Description TransportBindingTransportBindingFactory. createHttpBinding(String endpointUri, CommunicationLogContext communicationLogContext)Creates an HTTP or HTTPS binding.TransportBindingTransportBindingFactory. 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 CommunicationLogContext Modifier and Type Method Description StringHttpServerRegistry. 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 CommunicationLogContext Modifier and Type Method Description ClientTransportBindingClientTransportBindingFactory. create(org.apache.http.client.HttpClient client, String clientUri, SoapMarshalling marshalling, SoapUtil soapUtil, CommunicationLogContext communicationLogContext)Instantiates ClientTransportBinding with the given objects and injected objects.TransportBindingApacheTransportBindingFactoryImpl. createHttpBinding(String endpointUri, CommunicationLogContext communicationLogContext)TransportBindingApacheTransportBindingFactoryImpl. 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 CommunicationLogContext Modifier and Type Method Description StringJettyHttpServerRegistry. 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 CommunicationLogContext Modifier and Type Method Description JettyHttpServerHandlerJettyHttpServerHandlerFactory. 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 CommunicationLogContext Modifier and Type Method Description CommunicationLogContextCommunicationContext. getCommunicationLogContext()Constructors in org.somda.sdc.dpws.soap with parameters of type CommunicationLogContext Constructor Description CommunicationContext(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 CommunicationLogContext Modifier and Type Method Description EventSinkWsEventingEventSinkFactory. createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, CommunicationLogContext communicationLogContext)Creates a new WS-Eventing event sink.
-