Uses of Enum
org.somda.sdc.dpws.CommunicationLog.Direction
Packages that use CommunicationLog.Direction
-
Uses of CommunicationLog.Direction in org.somda.sdc.dpws
Methods in org.somda.sdc.dpws that return CommunicationLog.DirectionModifier and TypeMethodDescriptionstatic CommunicationLog.DirectionReturns the enum constant of this type with the specified name.static CommunicationLog.Direction[]CommunicationLog.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.dpws with parameters of type CommunicationLog.DirectionModifier 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)