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 CommonBodySLSystemHeader. getCommonBody()CommonBodySoloMessage. getCommonBody()Methods in com.core.exception.message with parameters of type CommonBody Modifier and Type Method Description voidSLSystemHeader. setCommonBody(CommonBody commonBody)voidSoloMessage. 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 CommonBodySLSystemHeader. getCommonBody()static CommonBodySContextParameter. getOriginalCommonBody()CommonBodySLTimerParameter. getRqstCommBody()Methods in com.core.exception.util with parameters of type CommonBody Modifier and Type Method Description voidSLSystemHeader. setCommonBody(CommonBody commonBody)static voidSContextParameter. setOriginalCommonBody(CommonBody originalCommonBody)voidSLTimerParameter. setRqstCommBody(CommonBody commonBody)
-