org.apache.axis2.transport.http.util
Class SOAPUtil

java.lang.Object
  extended by org.apache.axis2.transport.http.util.SOAPUtil

Deprecated. Since we are not using this class and this might lead to mis-use of this class, we will removing this class in a future release.

public class SOAPUtil
extends java.lang.Object


Constructor Summary
SOAPUtil()
          Deprecated.  
 
Method Summary
 boolean processPostRequest(MessageContext msgContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. Handle SOAP Messages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPUtil

public SOAPUtil()
Deprecated. 
Method Detail

processPostRequest

public boolean processPostRequest(MessageContext msgContext,
                                  javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)
                           throws AxisFault
Deprecated. 
Handle SOAP Messages

Parameters:
msgContext -
request -
response -
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.