Uses of Class
org.wso2.carbon.esb.connector.utils.exception.PayloadNotFoundException
-
Packages that use PayloadNotFoundException Package Description org.wso2.carbon.esb.connector.hmac.utils org.wso2.carbon.esb.connector.utils -
-
Uses of PayloadNotFoundException in org.wso2.carbon.esb.connector.hmac.utils
Methods in org.wso2.carbon.esb.connector.hmac.utils that throw PayloadNotFoundException Modifier and Type Method Description static StringHMACUtils. getPayload(org.apache.synapse.MessageContext messageContext, Optional<String> payloadFromOptional, Optional<String> customPayloadOptional) -
Uses of PayloadNotFoundException in org.wso2.carbon.esb.connector.utils
Methods in org.wso2.carbon.esb.connector.utils that throw PayloadNotFoundException Modifier and Type Method Description static StringPayloadReader. getPayload(org.apache.synapse.MessageContext messageContext)Gets the payload from the body of message context.static StringPayloadReader. getTextPayload(org.apache.synapse.MessageContext messageContext)Gets the payload of Content-Type text/plain as a string.static StringPayloadReader. getXMLPayload(org.apache.synapse.MessageContext messageContext)Gets the payload of Content-Type application/xml as a string.
-