Uses of Class
org.wso2.carbon.connector.core.exception.ContentBuilderException
-
Packages that use ContentBuilderException Package Description org.wso2.carbon.connector.core.util -
-
Uses of ContentBuilderException in org.wso2.carbon.connector.core.util
Methods in org.wso2.carbon.connector.core.util that throw ContentBuilderException Modifier and Type Method Description static void
PayloadUtils. preparePayload(org.apache.axis2.context.MessageContext messageContext, String xmlString)
Converts the XML String to XML Element and sets in message contextstatic void
PayloadUtils. setContent(org.apache.axis2.context.MessageContext messageContext, InputStream inputStream, String contentType)
Builds content according to the content type and set in the message bodystatic void
PayloadUtils. setPayloadInEnvelope(org.apache.axis2.context.MessageContext axis2MsgCtx, org.apache.axiom.om.OMElement payload)
Sets the OMElement in the message context
-