Package org.somda.sdc.dpws
Interface CommunicationLogSink
-
- All Implemented Interfaces:
public interface CommunicationLogSinkCommunication log sink interface.
-
-
Method Summary
Modifier and Type Method Description abstract OutputStreamcreateTargetStream(CommunicationLog.TransportType path, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext)Creates a branch based on the given key and path. -
-
Method Detail
-
createTargetStream
abstract OutputStream createTargetStream(CommunicationLog.TransportType path, CommunicationLog.Direction direction, CommunicationLog.MessageType messageType, CommunicationContext communicationContext)
Creates a branch based on the given key and path.
- Parameters:
path- path to save the key to branch mapping in.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.
-
-
-
-