Uses of Class
org.apache.axis2.util.MultipleEntryHashMap
Packages that use MultipleEntryHashMap
-
Uses of MultipleEntryHashMap in org.apache.axis2.builder
Methods in org.apache.axis2.builder with parameters of type MultipleEntryHashMapModifier and TypeMethodDescriptionstatic org.apache.axiom.soap.SOAPEnvelopeBuilderUtil.buildsoapMessage(MessageContext messageContext, MultipleEntryHashMap requestParameterMap, org.apache.axiom.soap.SOAPFactory soapFactory) static voidBuilderUtil.createSOAPMessageWithoutSchema(org.apache.axiom.soap.SOAPFactory soapFactory, org.apache.axiom.om.OMElement bodyFirstChild, MultipleEntryHashMap requestParameterMap) Deprecated.static voidBuilderUtil.createSOAPMessageWithoutSchemaWithContentTransferEncoding(org.apache.axiom.soap.SOAPFactory soapFactory, org.apache.axiom.om.OMElement bodyFirstChild, MultipleEntryHashMap requestParameterMap, boolean preserveMultipartPartContentTransferEncodingValue) This method is used to create a SOAP message without schema information.protected voidXFormURLEncodedBuilder.extractParametersFromRequest(MultipleEntryHashMap parameterMap, String query, String queryParamSeparator, String charsetEncoding, InputStream inputStream) protected StringXFormURLEncodedBuilder.extractParametersUsingHttpLocation(String templatedPath, MultipleEntryHashMap parameterMap, String requestURL, String queryParameterSeparator) Here is what I will try to do here.
BuilderUtil.createSOAPMessageWithoutSchemaWithContentTransferEncoding(SOAPFactory, OMElement, MultipleEntryHashMap, boolean)instead