Uses of Class
org.somda.sdc.dpws.soap.CommunicationContext
Packages that use CommunicationContext
Package
Description
Contains a DPWS implementation.
Helper classes to support the DPWS device implementation.
Basic helpers.
HTTP server binding for DPWS.
SOAP implementation that is tailored to DPWS.
Design of an interceptor chain to process SOAP messages.
UDP binding for DPWS.
-
Uses of CommunicationContext in org.somda.sdc.dpws
Methods in org.somda.sdc.dpws with parameters of type CommunicationContextModifier and TypeMethodDescriptionCommunicationLogSink.createTargetStream(CommunicationLog.TransportType path, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext) Creates a branch based on the given key and path.CommunicationLogSinkImpl.createTargetStream(CommunicationLog.TransportType transportType, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext) CommunicationLog.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext) Creates an OutputStream to write the log message into.CommunicationLog.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, InputStream message) Logs a message based on an InputStream.CommunicationLog.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, OutputStream message) Logs a message based on an OutputStream.CommunicationLogDummyImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext) CommunicationLogDummyImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, InputStream message) CommunicationLogDummyImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, OutputStream message) CommunicationLogImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext) CommunicationLogImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, InputStream message) org.apache.commons.io.output.TeeOutputStreamCommunicationLogImpl.logMessage(CommunicationLog.Direction direction, CommunicationLog.TransportType transportType, CommunicationLog.MessageType messageType, CommunicationContext communicationContext, OutputStream message) -
Uses of CommunicationContext in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper with parameters of type CommunicationContextModifier and TypeMethodDescriptionvoidByteResourceHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) voidRequestResponseServerHttpHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.helper
Methods in org.somda.sdc.dpws.helper with parameters of type CommunicationContextModifier and TypeMethodDescriptionstatic StringCommunicationLogFileName.create(String direction, CommunicationContext communicationContext) Creates a communication log file base name. -
Uses of CommunicationContext in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http with parameters of type CommunicationContextModifier and TypeMethodDescriptionvoidHttpHandler.handle(InputStream inStream, OutputStream outStream, CommunicationContext communicationContext) Callback that is invoked byHttpServerRegistrywhenever a respective context path is matched. -
Uses of CommunicationContext in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap with parameters of type CommunicationContextModifier and TypeMethodDescriptionvoidNotificationSink.receiveNotification(SoapMessage notification, CommunicationContext communicationContext) Starts processing of an incoming SOAP notification message.voidNotificationSinkImpl.receiveNotification(SoapMessage notification, CommunicationContext communicationContext) voidRequestResponseServer.receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) Starts processing of an incoming SOAP request message.voidRequestResponseServerImpl.receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that return CommunicationContextMethods in org.somda.sdc.dpws.soap.interception that return types with arguments of type CommunicationContextModifier and TypeMethodDescriptionNotificationObject.getCommunicationContext()Returns the transport information attached to this notification.Constructors in org.somda.sdc.dpws.soap.interception with parameters of type CommunicationContextModifierConstructorDescriptionNotificationObject(SoapMessage notification, CommunicationContext communicationContext) RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) -
Uses of CommunicationContext in org.somda.sdc.dpws.udp
Methods in org.somda.sdc.dpws.udp that return CommunicationContextModifier and TypeMethodDescriptionUdpMessage.getCommunicationContext()Returns the communication context stored in this message.Constructors in org.somda.sdc.dpws.udp with parameters of type CommunicationContextModifierConstructorDescriptionUdpMessage(byte[] data, int length, CommunicationContext communicationContext) Constructor with transport information.