-
Classes Class Description org.apache.axis2.transport.http.HttpTransportProperties.MailProperties org.apache.axis2.transport.http.HttpTransportProperties.MailProperties has been deprecated and user are encourage the use of java.util.Properties instead.
-
Methods Method Description org.apache.axis2.transport.http.HTTPTransportUtils.createEnvelopeFromGetRequest(String, Map, ConfigurationContext) This was used only by the now deprecated processHTTPGetRequest() method.org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPGetRequest(MessageContext, OutputStream, String, String, ConfigurationContext, Map) use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) instead