Package org.sklsft.commons.log
Class InterfaceCallLogMessage
java.lang.Object
org.sklsft.commons.log.InterfaceCallLogMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInterfaceChannel(RequestChannels interfaceChannel) voidsetInterfaceName(String interfaceName) voidsetReceivedBody(String receivedBody) voidsetResponseLabel(String responseLabel) voidsetResponseStatus(String responseStatus) voidsetResponseTimeMillis(Long responseTimeMillis) voidsetSentBody(String sentBody) voidsetTransactionStage(TransactionStage transactionStage)
-
Constructor Details
-
InterfaceCallLogMessage
public InterfaceCallLogMessage()
-
-
Method Details
-
getTransactionStage
-
setTransactionStage
-
getInterfaceName
-
setInterfaceName
-
getInterfaceChannel
-
setInterfaceChannel
-
getSentBody
-
setSentBody
-
getReceivedBody
-
setReceivedBody
-
getResponseTimeMillis
-
setResponseTimeMillis
-
getResponseStatus
-
setResponseStatus
-
getResponseLabel
-
setResponseLabel
-