Uses of Class
com.core.exception.message.CommonBody
-
Packages that use CommonBody Package Description com.core.exception.message com.core.exception.util -
-
Uses of CommonBody in com.core.exception.message
Methods in com.core.exception.message that return CommonBody Modifier and Type Method Description CommonBody
SLSystemHeader. getCommonBody()
CommonBody
SoloMessage. getCommonBody()
Methods in com.core.exception.message with parameters of type CommonBody Modifier and Type Method Description void
SLSystemHeader. setCommonBody(CommonBody commonBody)
void
SoloMessage. setCommonBody(CommonBody commonBody)
-
Uses of CommonBody in com.core.exception.util
Methods in com.core.exception.util that return CommonBody Modifier and Type Method Description CommonBody
SLSystemHeader. getCommonBody()
static CommonBody
SContextParameter. getOriginalCommonBody()
CommonBody
SLTimerParameter. getRqstCommBody()
Methods in com.core.exception.util with parameters of type CommonBody Modifier and Type Method Description void
SLSystemHeader. setCommonBody(CommonBody commonBody)
static void
SContextParameter. setOriginalCommonBody(CommonBody originalCommonBody)
void
SLTimerParameter. setRqstCommBody(CommonBody commonBody)
-