Uses of Enum
org.somda.sdc.dpws.CommunicationLog.TransportType
Packages that use CommunicationLog.TransportType
-
Uses of CommunicationLog.TransportType in org.somda.sdc.dpws
Methods in org.somda.sdc.dpws that return CommunicationLog.TransportTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CommunicationLog.TransportType[]CommunicationLog.TransportType.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.TransportTypeModifier 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)