Package org.somda.sdc.dpws
Class CommunicationLogSinkImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.CommunicationLogSink
public class CommunicationLogSinkImpl implements CommunicationLogSink
Default implementation of CommunicationLogSink.
-
-
Method Summary
Modifier and Type Method Description OutputStreamcreateTargetStream(CommunicationLog.TransportType transportType, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext)Creates a branch based on the given key and path. -
-
Method Detail
-
createTargetStream
OutputStream createTargetStream(CommunicationLog.TransportType transportType, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext)
Creates a branch based on the given key and path.
- Parameters:
direction- direction of message to store.messageType- the type of the message i.e.communicationContext- context which can be used to derive storage information.- Returns:
an OutputStream, that represents the branch to write to.
-
-
-
-