Liferay 6.1.2-ce-ga3

com.liferay.util.axis
Class SimpleHTTPSender

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.apache.axis.transport.http.HTTPSender
          extended by com.liferay.util.axis.SimpleHTTPSender
All Implemented Interfaces:
Serializable, org.apache.axis.Handler

public class SimpleHTTPSender
extends org.apache.axis.transport.http.HTTPSender

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.transport.http.HTTPSender
log
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
SimpleHTTPSender()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext messageContext)
           
 
Methods inherited from class org.apache.axis.transport.http.HTTPSender
getSocket, handleCookie
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHTTPSender

public SimpleHTTPSender()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext messageContext)
            throws org.apache.axis.AxisFault
Specified by:
invoke in interface org.apache.axis.Handler
Overrides:
invoke in class org.apache.axis.transport.http.HTTPSender
Throws:
org.apache.axis.AxisFault

Liferay 6.1.2-ce-ga3